summaryrefslogtreecommitdiffstats
path: root/tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr')
-rw-r--r--tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr b/tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr
index cb046d0b0..bf77875fa 100644
--- a/tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr
+++ b/tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr
@@ -4,9 +4,9 @@ error[E0308]: mismatched types
LL | _ => y,
| ^ one type is more general than the other
|
- = note: expected fn pointer `for<'a, 'b> fn(&'a u8, &'b u8) -> &'a u8`
- found fn pointer `for<'a> fn(&'a u8, &'a u8) -> &'a u8`
+ = note: expected fn pointer `for<'a, 'b> fn(&'a _, &'b _) -> &'a _`
+ found fn pointer `for<'a> fn(&'a _, &'a _) -> &'a _`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.