]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0197.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0197.stderr
CommitLineData
2c00a5a8 1error[E0197]: inherent impls cannot be unsafe
ba9703b0 2 --> $DIR/E0197.rs:3:13
2c00a5a8 3 |
532ac7d7 4LL | unsafe impl Foo { }
ba9703b0 5 | ------ ^^^ inherent impl for this type
74b04a01
XL
6 | |
7 | unsafe because of this
2c00a5a8
XL
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0197`.