summaryrefslogtreecommitdiffstats
path: root/tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr b/tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr
index e54fcf068..1c8925e0b 100644
--- a/tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr
+++ b/tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr
@@ -11,9 +11,9 @@ LL | |
LL | | };
| |_____- `match` arms have incompatible types
|
- = note: expected fn pointer `for<'a> fn(&'a u8, &'a u8) -> &'a u8`
- found fn pointer `for<'a, 'b> fn(&'a u8, &'b u8) -> &'a u8`
+ = note: expected fn pointer `for<'a> fn(&'a _, &'a _) -> &'a _`
+ found fn pointer `for<'a, 'b> fn(&'a _, &'b _) -> &'a _`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.