]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / lub-glb / old-lub-glb-hr-noteq1.noleak.stderr
CommitLineData
94222f64 1error[E0308]: mismatched types
923072b8 2 --> $DIR/old-lub-glb-hr-noteq1.rs:14:14
f035d41b
XL
3 |
4LL | _ => y,
94222f64
XL
5 | ^ one type is more general than the other
6 |
c295e0f8
XL
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`
f035d41b
XL
9
10error: aborting due to previous error
11
94222f64 12For more information about this error, try `rustc --explain E0308`.