rust/tests/ui/error-codes/E0197.rs

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 14:30:13 +00:00
struct Foo;
unsafe impl Foo { } //~ ERROR E0197
fn main() {
}