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

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

4 lines
57 B
Rust
Raw Normal View History

2016-12-08 22:49:26 -06:00
const FOO: u32 = return 0; //~ ERROR E0572
2016-11-15 09:11:06 -06:00
fn main() {}