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

7 lines
64 B
Rust
Raw Normal View History

2016-06-01 16:30:13 +02:00
struct Foo;
unsafe impl Foo { } //~ ERROR E0197
fn main() {
}