]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hrtb/hrtb-exists-forall-fn.nll.stderr
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / hrtb / hrtb-exists-forall-fn.nll.stderr
1 error: higher-ranked subtype error
2   --> $DIR/hrtb-exists-forall-fn.rs:17:12
3    |
4 LL |     let _: for<'b> fn(&'b u32) = foo();
5    |            ^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8