rust/tests/run-make/allow-non-lint-warnings-cmdline/foo.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
70 B
Rust
Raw Normal View History

#[derive()]
2015-03-30 08:38:27 -05:00
#[derive(Copy, Clone)]
pub struct Foo;
pub fn main() { }