blob: 4025a1f6c337fce1311d8ce98cd51bb36b869c28 [file] [log] [blame]
struct Foo;
unsafe impl Foo { } //~ ERROR E0197
fn main() {
}