]> git.proxmox.com Git - rustc.git/blame - src/test/ui/codemap_tests/empty_span.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / codemap_tests / empty_span.stderr
CommitLineData
1b1a35ee 1error[E0321]: cross-crate traits with a default impl, like `Send`, can only be implemented for a struct/enum type, not `&'static Foo`
0731742a 2 --> $DIR/empty_span.rs:7:5
5bcae85e 3 |
532ac7d7 4LL | unsafe impl Send for &'static Foo { }
0531ce1d 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't implement cross-crate trait with a default impl for non-struct/enum type
5bcae85e 6
041b39d2 7error: aborting due to previous error
5bcae85e 8
0531ce1d 9For more information about this error, try `rustc --explain E0321`.