rust/tests/ui/lint/lint-forbid-cmdline.rs

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

7 lines
172 B
Rust
Raw Normal View History

2015-01-16 16:08:24 -06:00
// compile-flags: -F deprecated
2014-06-18 15:46:48 -05:00
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
//~| ERROR allow(deprecated) incompatible
2014-06-18 15:46:48 -05:00
fn main() {
}