]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-inherited-assoc-ty-cycle-err.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-inherited-assoc-ty-cycle-err.stderr
index f3edf1c350f508d992573b349066f4b91ded2ddc..97f3c759355d45327c18d917d05dd1ede01f43eb 100644 (file)
@@ -14,7 +14,7 @@ error[E0391]: cycle detected when building specialization graph of trait `Trait`
 LL | trait Trait<T> { type Assoc; }
    | ^^^^^^^^^^^^^^
    |
-   = note: ...which again requires building specialization graph of trait `Trait`, completing the cycle
+   = note: ...which immediately requires building specialization graph of trait `Trait` again
 note: cycle used when coherence checking all impls of trait `Trait`
   --> $DIR/coherence-inherited-assoc-ty-cycle-err.rs:9:1
    |