about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGeorg Semmler <georg_semmler_05@web.de>2019-09-24 20:55:18 +0200
committerGeorg Semmler <georg_semmler_05@web.de>2019-09-24 23:56:25 +0200
commit9249a7393c7fcc2813599fe90dfdb2ea784264d9 (patch)
tree1818828648aa158ffedb159e9fd10182138b0406 /src
parent2666ae5caa1b07d0b611995f5d137e86bdaa31bc (diff)
downloadrust-9249a7393c7fcc2813599fe90dfdb2ea784264d9.tar.gz
rust-9249a7393c7fcc2813599fe90dfdb2ea784264d9.zip
More path name fixes
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/coherence/impl[t]-foreign[foreign[t]_local]-for-foreign.rs (renamed from src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs)0
-rw-r--r--src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs (renamed from src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.rs)0
-rw-r--r--src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.stderr (renamed from src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.stderr)4
-rw-r--r--src/test/ui/coherence/impl[t]-foreign[local_fundamental[t]]-for-foreign.rs (renamed from src/test/ui/coherence/impl[t]-foreign[local,fundamental[t]]-for-foreign.rs)0
4 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs b/src/test/ui/coherence/impl[t]-foreign[foreign[t]_local]-for-foreign.rs
index 54d4bf04a58..54d4bf04a58 100644
--- a/src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs
+++ b/src/test/ui/coherence/impl[t]-foreign[foreign[t]_local]-for-foreign.rs
diff --git a/src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.rs b/src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs
index 24e0f309c45..24e0f309c45 100644
--- a/src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.rs
+++ b/src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs
diff --git a/src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.stderr b/src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.stderr
index da670bcfc3f..3d8561956ae 100644
--- a/src/test/ui/coherence/impl[t]-foreign[fundamental[t],local]-for-foreign.stderr
+++ b/src/test/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.stderr
@@ -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
diff --git a/src/test/ui/coherence/impl[t]-foreign[local,fundamental[t]]-for-foreign.rs b/src/test/ui/coherence/impl[t]-foreign[local_fundamental[t]]-for-foreign.rs
index be0875d0110..be0875d0110 100644
--- a/src/test/ui/coherence/impl[t]-foreign[local,fundamental[t]]-for-foreign.rs
+++ b/src/test/ui/coherence/impl[t]-foreign[local_fundamental[t]]-for-foreign.rs