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
e286090d7a
rust
/
tests
/
pass
/
extern_crate_std_in_main.rs
Ralf Jung
3d634c975c
rename test suite directories
2022-06-01 10:53:38 -04: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