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 19:47:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
rust
/
tests
/
run-make
/
allow-non-lint-warnings-cmdline
/
foo.rs
6 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 23:42:24 +00:00
#[
derive()
]
Fallout in tests
2015-03-30 13:38:27 +00:00
#[
derive(Copy, Clone)
]
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 23:42:24 +00:00
pub
struct
Foo
;
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink