X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fhrtb%2Fissue-46989.stderr;h=0a7382c4dd818305ed5794882f83123b7d8ccbe6;hb=ba9703b0c9bd49a22c467ce81f2d365b162d1b9a;hp=c818041e596321a53f88ab251889a450c3a675a9;hpb=74b04a01b71feddabe49b31d752556fa1583ee23;p=rustc.git diff --git a/src/test/ui/hrtb/issue-46989.stderr b/src/test/ui/hrtb/issue-46989.stderr index c818041e59..0a7382c4dd 100644 --- a/src/test/ui/hrtb/issue-46989.stderr +++ b/src/test/ui/hrtb/issue-46989.stderr @@ -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() {} - | ---------- --- required by this bound in `assert_foo` + | --- required by this bound in `assert_foo` ... LL | assert_foo::(); | ^^^^^^^^ the trait `Foo` is not implemented for `for<'r> fn(&'r i32)`