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
5c99175a9e
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 08:27:27 -05:00
#![
feature(unstable_test_feature)
]
Require feature attributes, and add them where necessary
2015-03-05 20:33:58 -06:00
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 17:42:24 -06:00
extern
crate
bar
;
pub
fn
main
(
)
{
bar
::
baz
(
)
}
Reference in New Issue
Copy Permalink