This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
300901b70509a0af2d971aa6f6104300da24212c
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 15:42:24 -08:00
#[
derive()
]
Fallout in tests
2015-03-30 09:38:27 -04:00
#[
derive(Copy, Clone)
]
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 15:42:24 -08:00
pub
struct
Foo
;
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink