summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0197.stderr
blob: 277f523e497aae171afcaad923b1d6193619191b (plain)
1
2
3
4
5
6
7
8
error[E0197]: inherent impls cannot be unsafe
  --> $DIR/E0197.rs:13:1
   |
13 | unsafe impl Foo { } //~ ERROR E0197
   | ^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error