]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gates/feature-gate-with_negative_coherence.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-with_negative_coherence.stderr
index 05007dafa37fd3c615f4a8a294d83e15eefff54a..d4c201b5d3ec58a3cf414229978b63b9a9106917 100644 (file)
@@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo` for type `&_`
    |
 LL | impl<T: std::ops::DerefMut> Foo for T { }
    | ------------------------------------- first implementation here
-LL | 
+LL |
 LL | impl<T> Foo for &T { }
    | ^^^^^^^^^^^^^^^^^^ conflicting implementation for `&_`