]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lub-glb/old-lub-glb-hr-noteq1.nll.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / lub-glb / old-lub-glb-hr-noteq1.nll.stderr
CommitLineData
94222f64 1error[E0308]: mismatched types
f035d41b
XL
2 --> $DIR/old-lub-glb-hr-noteq1.rs:11:14
3 |
4LL | _ => y,
94222f64
XL
5 | ^ one type is more general than the other
6 |
7 = note: expected fn pointer `for<'r, 's> fn(&'r u8, &'s u8) -> &'r u8`
8 found fn pointer `for<'r> fn(&'r u8, &'r u8) -> &'r u8`
f035d41b
XL
9
10error: aborting due to previous error
11
94222f64 12For more information about this error, try `rustc --explain E0308`.