Skip to content

Commit 3d273b9

Browse files
committed
Bless test
1 parent ee6ed86 commit 3d273b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/internal/unstable_impl_coherence.disabled.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0119]: conflicting implementations of trait `Trait` for type `LocalTy`
2-
--> $DIR/unstable_impl_coherence.rs:12:1
2+
--> $DIR/unstable_impl_coherence.rs:14:1
33
|
44
LL | impl aux::Trait for LocalTy{}
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^

tests/ui/internal/unstable_impl_coherence.enabled.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0119]: conflicting implementations of trait `Trait` for type `LocalTy`
2-
--> $DIR/unstable_impl_coherence.rs:12:1
2+
--> $DIR/unstable_impl_coherence.rs:14:1
33
|
44
LL | impl aux::Trait for LocalTy{}
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)