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-13 00:00:24 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ee4b2ede83c661715c054d3cda170994a499c39f
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