This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
12c32e944d
rust
/
src
/
test
/
run-pass
/
foreign-mod-unused-const.rs
10 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Add a test for unused constants in foreign modules
2012-08-30 16:10:50 -07:00
#[
nolink
]
extern
mod
foo
{
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
2012-09-21 18:10:45 -07:00
#[
legacy_exports
]
;
test: Add a test for unused constants in foreign modules
2012-08-30 16:10:50 -07:00
const
errno
:
int
;
}
fn
main
(
)
{
}
Copy permalink