mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
More path name fixes
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
|
||||
--> $DIR/impl[t]-foreign[fundamental[t],local]-for-foreign.rs:12:1
|
||||
--> $DIR/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs:12:1
|
||||
|
|
||||
LL | impl<T> Remote2<Box<T>, Local> for u32 {
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `T` must be used as the type parameter for some local type
|
||||
@@ -7,7 +7,7 @@ LL | impl<T> Remote2<Box<T>, Local> for u32 {
|
||||
= note: only traits defined in the current crate can be implemented for a type parameter
|
||||
|
||||
error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
|
||||
--> $DIR/impl[t]-foreign[fundamental[t],local]-for-foreign.rs:16:1
|
||||
--> $DIR/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs:16:1
|
||||
|
|
||||
LL | impl<'a, T> Remote2<&'a T, Local> for u32 {
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `T` must be used as the type parameter for some local type
|
||||
Reference in New Issue
Block a user