]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/impl-trait/nested-return-type2-tait2.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / impl-trait / nested-return-type2-tait2.stderr
index 42e65e692488d6290271b4bce98ea0d59d32dfd9..fe1ae4fcb08b129b61b85dc737ea766b8b38e89b 100644 (file)
@@ -5,7 +5,7 @@ LL |     || 42
    |     ^^^^^ the trait `Duh` is not implemented for `Sendable`
    |
    = help: the trait `Duh` is implemented for `i32`
-note: required because of the requirements on the impl of `Trait` for `[closure@$DIR/nested-return-type2-tait2.rs:27:5: 27:10]`
+note: required because of the requirements on the impl of `Trait` for `[closure@$DIR/nested-return-type2-tait2.rs:27:5: 27:7]`
   --> $DIR/nested-return-type2-tait2.rs:14:31
    |
 LL | impl<R: Duh, F: FnMut() -> R> Trait for F {