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