about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-11-20 11:20:05 -0500
committerNiko Matsakis <niko@alum.mit.edu>2019-01-02 17:35:06 -0500
commit4c8fd2e80af577b105428ae5403ba13f289a7cf5 (patch)
treec1bbf39d387ade14f5cc5376d0b4f6a58030566a /src/test
parent2c17af0bf79276cda6d97c19a78f21edcee22d19 (diff)
try to detect affected code and direct people to #56105
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/coherence/coherence-subtyping.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/coherence/coherence-subtyping.stderr b/src/test/ui/coherence/coherence-subtyping.stderr
index 1f9b2cb6fdf..b29a918f2d9 100644
--- a/src/test/ui/coherence/coherence-subtyping.stderr
+++ b/src/test/ui/coherence/coherence-subtyping.stderr
@@ -6,6 +6,8 @@ LL | impl TheTrait for for<'a,'b> fn(&'a u8, &'b u8) -> &'a u8 {
 ...
 LL | impl TheTrait for for<'a> fn(&'a u8, &'a u8) -> &'a u8 {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `for<'a, 'b> fn(&'a u8, &'b u8) -> &'a u8`
+   |
+   = note: this behavior recently changed as a result of a bug fix; see #XXX for details
 
 error: aborting due to previous error