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

4 lines
71 B
Rust
Raw Normal View History

2017-06-24 23:23:47 +02:00
fn main() {
let _foo = &[1_usize, 2] as [usize]; //~ ERROR E0620
}