]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-negative-impls-safe.re.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-negative-impls-safe.re.stderr
CommitLineData
b7449926 1error[E0198]: negative impls cannot be unsafe
0731742a 2 --> $DIR/coherence-negative-impls-safe.rs:10:1
b7449926
XL
3 |
4LL | unsafe impl !Send for TestType {}
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0198`.