This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
951ac65f26
rust
/
tests
/
run-pass
/
extern_crate_std_in_main.rs
hyd-dev
879000b133
Detect
std
by checking if the crate defines
#[lang = "start"]
rather than string comparison
2021-06-06 11:12:05 +08:00
6 lines
48 B
Rust
Raw
Blame
History
#![
no_std
]
fn
main
(
)
{
extern
crate
std
;
}
Reference in New Issue
View Git Blame
Copy Permalink