More path name fixes
This commit is contained in:
parent
2666ae5caa
commit
9249a7393c
4 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue