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
70ddde76df
rust
/
tests
/
run-make-fulldeps
/
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 17:42:24 -06:00
#[
derive()
]
Fallout in tests
2015-03-30 08:38:27 -05:00
#[
derive(Copy, Clone)
]
Make '-A warnings' apply to all warnings, including feature gate warnings
2015-01-26 17:42:24 -06:00
pub
struct
Foo
;
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink