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