summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0602.rs
blob: 8fadce526d9aac31c77061ba05c2c3677c087a1b (plain)
1
2
3
4
5
6
// compile-flags:-D bogus

// error-pattern:E0602
// error-pattern:requested on the command line with `-D bogus`

fn main() {}