]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-47706.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-47706.stderr
index 6cde93734667fca1fba59aca6b65f9274ee65428..c84d8ecb4c9e634a161771502972d54babd60875 100644 (file)
@@ -14,7 +14,7 @@ LL |     Bar(i32),
    |     -------- takes 1 argument
 ...
 LL | fn foo<F>(f: F)
-   |    ---
+   |    --- required by a bound in this
 LL | where
 LL |     F: Fn(),
    |        ---- required by this bound in `foo`