This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
tokio
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/tokio.git
synced
2026-08-25 00:00:18 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eb1af7f29caaa1cd9e84b9fcbd87b9d62b546de3
tokio
/
tests-build
/
tests
/
fail
/
macros_dead_code.rs
T
9 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
macros: improve diagnostics on type mismatch (
#3766
)
2021-05-09 18:58:05 +09:00
#![deny(dead_code)]
use
tests_build
::
tokio
;
#[tokio::main]
async
fn
f
()
{}
fn
main
()
{}
Reference in New Issue
Copy Permalink