Skip to content

Commit 9ce28ef

Browse files
committed
(fix) test failed due to reformatting & line no changed
1 parent 451b01b commit 9ce28ef

2 files changed

+2
-2
lines changed

tests/ui/coherence/coherence-conflicting-repeated-negative-trait-impl-70849.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#![feature(negative_impls)]
12
//@ edition: 2021
23
// Test to ensure we are printing the polarity of the trait when printing out
34
// conflicting trait impls
4-
#![feature(negative_impls)]
55

66
struct MyType;
77

tests/ui/coherence/coherence-conflicting-repeated-negative-trait-impl-70849.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0119]: conflicting implementations of trait `Clone` for type `&mut MyType`
2-
--> $DIR/coherence-conflicting-repeated-negative-trait-impl-70849.rs:7:1
2+
--> $DIR/coherence-conflicting-repeated-negative-trait-impl-70849.rs:8:1
33
|
44
LL | impl !Clone for &mut MyType {}
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)