Skip to content

Commit

Permalink
(fix) test failed due to reformatting & line no changed
Browse files Browse the repository at this point in the history
  • Loading branch information
heiseish committed Sep 13, 2024
1 parent 451b01b commit 9ce28ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![feature(negative_impls)]
//@ edition: 2021
// Test to ensure we are printing the polarity of the trait when printing out
// conflicting trait impls
#![feature(negative_impls)]

struct MyType;

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

0 comments on commit 9ce28ef

Please sign in to comment.