]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/hrtb/issue-46989.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / hrtb / issue-46989.stderr
index c818041e596321a53f88ab251889a450c3a675a9..0a7382c4dd818305ed5794882f83123b7d8ccbe6 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `for<'r> fn(&'r i32): Foo` is not satisfied
   --> $DIR/issue-46989.rs:40:18
    |
 LL | fn assert_foo<T: Foo>() {}
-   |    ----------    --- required by this bound in `assert_foo`
+   |                  --- required by this bound in `assert_foo`
 ...
 LL |     assert_foo::<fn(&i32)>();
    |                  ^^^^^^^^ the trait `Foo` is not implemented for `for<'r> fn(&'r i32)`