]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-21177.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / issues / issue-21177.stderr
index 59cc6550a8bd6bb0736fbcfb360911e2fe39656f..6877a18460509feb04badbd366a7701de10de779 100644 (file)
@@ -4,7 +4,7 @@ error[E0391]: cycle detected when computing the bounds for type parameter `T`
 LL | fn foo<T: Trait<A = T::B>>() { }
    |                     ^^^^
    |
-   = note: ...which again requires computing the bounds for type parameter `T`, completing the cycle
+   = note: ...which immediately requires computing the bounds for type parameter `T` again
 note: cycle used when computing explicit predicates of `foo`
   --> $DIR/issue-21177.rs:6:21
    |