]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-pair-covered-uncovered-1.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-pair-covered-uncovered-1.stderr
CommitLineData
b7449926 1error[E0117]: only traits defined in the current crate can be implemented for arbitrary types
d9bb1a4e 2 --> $DIR/coherence-pair-covered-uncovered-1.rs:12:1
b7449926 3 |
0731742a 4LL | impl<T, U> Remote1<Pair<T, Local<U>>> for i32 { }
e74abb32
XL
5 | ^^^^^^^^^^^--------------------------^^^^^---
6 | | | |
7 | | | `i32` is not defined in the current crate
72b1a166 8 | | `Pair` is not defined in the current crate
e74abb32 9 | impl doesn't use only types from inside the current crate
b7449926 10 |
b7449926
XL
11 = note: define and implement a trait or new type instead
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0117`.