]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-vec-local-2.old.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-vec-local-2.old.stderr
CommitLineData
0731742a 1error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
e74abb32 2 --> $DIR/coherence-vec-local-2.rs:14:6
b7449926 3 |
0731742a 4LL | impl<T> Remote for Vec<Local<T>> { }
e74abb32 5 | ^ type parameter `T` must be used as the type parameter for some local type
b7449926
XL
6 |
7 = note: only traits defined in the current crate can be implemented for a type parameter
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0210`.