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
9aa4f6acb2
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 00:33:50 -05:00
#[
no_link
]
extern mod => extern crate This was previously implemented, and it just needed a snapshot to go through
2014-02-14 12:10:06 -06:00
extern
crate
doesnt_exist
;
//~ ERROR can't find crate
Load macros from external modules
2013-12-25 12:10:33 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink