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

5 lines
51 B
Rust
Raw Normal View History

2016-08-06 21:44:49 +02:00
enum Foo<T> { Bar } //~ ERROR E0392
fn main() {
}