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
2025-06-20 03:27:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 13:27:27 +00:00
#![
feature(unstable_test_feature)
]
Require feature attributes, and add them where necessary
2015-03-06 02:33:58 +00:00
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 23:42:24 +00:00
extern
crate
bar
;
pub
fn
main
(
)
{
bar
::
baz
(
)
}
Reference in New Issue
Copy Permalink