rust/tests/ui/error-codes/E0602.rs

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

9 lines
197 B
Rust
Raw Normal View History

2017-06-01 21:25:13 +00:00
// compile-flags:-D bogus
// check-pass
2017-06-01 21:25:13 +00:00
// error-pattern:E0602
// error-pattern:requested on the command line with `-D bogus`
// error-pattern:`#[warn(unknown_lints)]` on by default
2017-06-01 21:25:13 +00:00
fn main() {}