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
rust
/
tests
/
run-make
/
allow-warnings-cmdline-stability
/
foo.rs
6 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix stage 2 tests
2018-07-25 14:27:27 +01:00
#![
feature(unstable_test_feature)
]
Require feature attributes, and add them where necessary
2015-03-05 18:33:58 -08:00
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 15:42:24 -08:00
extern
crate
bar
;
pub
fn
main
(
)
{
bar
::
baz
(
)
}
Reference in New Issue
Copy Permalink