This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
327842b4ab
os-rust
/
tests
/
ui
/
no-link-unknown-crate.rs
5 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Future proof `#[no_link]`.
2016-10-18 05:33:50 +00:00
#[
no_link
]
extern mod => extern crate This was previously implemented, and it just needed a snapshot to go through
2014-02-14 10:10:06 -08:00
extern
crate
doesnt_exist
;
//~ ERROR can't find crate
Load macros from external modules
2013-12-25 11:10:33 -07:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink