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

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

7 lines
127 B
Rust
Raw Normal View History

2017-06-01 16:25:13 -05:00
// compile-flags:-D bogus
// error-pattern:E0602
// error-pattern:requested on the command line with `-D bogus`
fn main() {}