summaryrefslogtreecommitdiffstats
path: root/tests/ui/argument-suggestions/two-mismatch-notes.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/argument-suggestions/two-mismatch-notes.stderr')
-rw-r--r--tests/ui/argument-suggestions/two-mismatch-notes.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/argument-suggestions/two-mismatch-notes.stderr b/tests/ui/argument-suggestions/two-mismatch-notes.stderr
index 38cf23ddc..70cc60255 100644
--- a/tests/ui/argument-suggestions/two-mismatch-notes.stderr
+++ b/tests/ui/argument-suggestions/two-mismatch-notes.stderr
@@ -11,7 +11,6 @@ LL | foo(f, w);
| ^
= note: expected fn pointer `fn(i32)`
found fn item `fn(u32) {f}`
- = note: when the arguments and return types match, functions can be coerced to function pointers
note: expected `Wrapper<i32>`, found `Wrapper<isize>`
--> $DIR/two-mismatch-notes.rs:10:12
|