Skip to content

Commit 9249a73

Browse files
committedSep 24, 2019
More path name fixes
1 parent 2666ae5 commit 9249a73

4 files changed

+2
-2
lines changed
 

‎src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.stderr ‎src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
2-
--> $DIR/impl[t]-foreign[fundamental[t],local]-for-foreign.rs:12:1
2+
--> $DIR/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs:12:1
33
|
44
LL | impl<T> Remote2<Box<T>, Local> for u32 {
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `T` must be used as the type parameter for some local type
66
|
77
= note: only traits defined in the current crate can be implemented for a type parameter
88

99
error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
10-
--> $DIR/impl[t]-foreign[fundamental[t],local]-for-foreign.rs:16:1
10+
--> $DIR/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs:16:1
1111
|
1212
LL | impl<'a, T> Remote2<&'a T, Local> for u32 {
1313
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `T` must be used as the type parameter for some local type

0 commit comments

Comments
 (0)
Please sign in to comment.