]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0602.rs
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[rust.git] / src / test / ui / error-codes / E0602.rs
1 // compile-flags:-D bogus
2
3 // error-pattern:E0602
4 // error-pattern:requested on the command line with `-D bogus`
5
6 fn main() {}