summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-1623-static
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfcs/rfc-1623-static')
-rw-r--r--tests/ui/rfcs/rfc-1623-static/rfc1623-2.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/rfcs/rfc-1623-static/rfc1623-2.stderr b/tests/ui/rfcs/rfc-1623-static/rfc1623-2.stderr
index d183eaaa6..5f8c5dbe6 100644
--- a/tests/ui/rfcs/rfc-1623-static/rfc1623-2.stderr
+++ b/tests/ui/rfcs/rfc-1623-static/rfc1623-2.stderr
@@ -15,6 +15,7 @@ LL | f: &id,
|
= note: expected trait `for<'a, 'b> Fn<(&'a Foo<'b>,)>`
found trait `Fn<(&Foo<'_>,)>`
+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error: implementation of `FnOnce` is not general enough
--> $DIR/rfc1623-2.rs:28:8