about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Sedlacek <rs@474.at>2020-02-10 22:19:19 +0100
committerRobert Sedlacek <rs@474.at>2020-07-03 18:12:29 +0200
commit346ee968bbe8925aa7961a3e2c99e7ef84c74623 (patch)
tree576200b031707e4f46fa0bd58d8b01e5da6b196c
parent55877d7b4a6a2c713412db7b30ef79b2a252956e (diff)
downloadrust-346ee968bbe8925aa7961a3e2c99e7ef84c74623.tar.gz
rust-346ee968bbe8925aa7961a3e2c99e7ef84c74623.zip
Adjusted expected STDERR
-rw-r--r--tests/ui/pattern_type_mismatch/syntax.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/pattern_type_mismatch/syntax.stderr b/tests/ui/pattern_type_mismatch/syntax.stderr
index 110e8421a5e..5a5186bd4fc 100644
--- a/tests/ui/pattern_type_mismatch/syntax.stderr
+++ b/tests/ui/pattern_type_mismatch/syntax.stderr
@@ -73,6 +73,7 @@ LL |     matching_macro!(value);
    |     ----------------------- in this macro invocation
    |
    = help: use `*` to dereference the match expression or explicitly match against a `&_` pattern and adjust the enclosed variable bindings
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to 9 previous errors