This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-27 01:04:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a35da65409
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 18:10:06 +00:00
extern
crate
doesnt_exist
;
//~ ERROR can't find crate
Load macros from external modules
2013-12-25 18:10:33 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink