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

5 lines
71 B
Rust
Raw Normal View History

2016-08-04 01:51:52 +02:00
fn main() {
2016-08-07 13:21:23 -04:00
let v: Vec(&str) = vec!["foo"];
//~^ ERROR E0214
2016-08-04 01:51:52 +02:00
}