This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
master
rust
/
tests
/
ui
/
no-link-unknown-crate.rs
5 lines
79 B
Rust
Raw
Permalink
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
(
)
{
}
Copy permalink