]> git.proxmox.com Git - rustc.git/blame - tests/ui/coherence/coherence_local_err_tuple.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / coherence / coherence_local_err_tuple.stderr
CommitLineData
b7449926 1error[E0117]: only traits defined in the current crate can be implemented for arbitrary types
60c5eb7d 2 --> $DIR/coherence_local_err_tuple.rs:14:1
b7449926 3 |
0731742a 4LL | impl lib::MyCopy for (MyType,) { }
e74abb32
XL
5 | ^^^^^^^^^^^^^^^^^^^^^---------
6 | | |
7 | | this is not defined in the current crate because tuples are always foreign
8 | impl doesn't use only types from inside the current crate
b7449926 9 |
b7449926
XL
10 = note: define and implement a trait or new type instead
11
4b012472 12error: aborting due to 1 previous error
b7449926
XL
13
14For more information about this error, try `rustc --explain E0117`.