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