]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-overlap-issue-23516.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-overlap-issue-23516.stderr
index fe4c5cf3490dd2557c2cdbb12baa9b94adb39c3f..85eb189e10eeee540fd9b50b1e1b851ec129ddb2 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `Sweet` for type `std::boxed::Box<_>`:
+error[E0119]: conflicting implementations of trait `Sweet` for type `std::boxed::Box<_>`
   --> $DIR/coherence-overlap-issue-23516.rs:8:1
    |
 LL | impl<T:Sugar> Sweet for T { }