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-09 04:49:26 +00:00
const FOO: u32 = return 0; //~ ERROR E0572
2016-11-15 15:11:06 +00:00
fn main() {}