]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-fn-implied-bounds.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-fn-implied-bounds.stderr
index a3e7f0bcde376f7af6153cd8b2e0e84d27f0dd7d..c8accc9974791c6dfc32d31bfd4bd35a8a9f390e 100644 (file)
@@ -1,4 +1,4 @@
-error: conflicting implementations of trait `Trait` for type `for<'a, 'b> fn(&'a &'b u32, &'b &'a u32) -> &'b u32`:
+error: conflicting implementations of trait `Trait` for type `for<'a, 'b> fn(&'a &'b u32, &'b &'a u32) -> &'b u32`
   --> $DIR/coherence-fn-implied-bounds.rs:21:1
    |
 LL | impl Trait for for<'a, 'b> fn(&'a &'b u32, &'b &'a u32) -> &'b u32 {}