From 8d0505803bc7b256fc7e2a8acbebf2bda979a0bb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 7 Feb 2020 18:07:46 -0800 Subject: [PATCH] Update ui tests to nightly-2020-02-08 --- tests/ui/missing_colon.stderr | 2 +- tests/ui/missing_value.stderr | 2 +- tests/ui/parse_expr.stderr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ui/missing_colon.stderr b/tests/ui/missing_colon.stderr index 8b8b5b5..0402397 100644 --- a/tests/ui/missing_colon.stderr +++ b/tests/ui/missing_colon.stderr @@ -4,4 +4,4 @@ error: unexpected end of macro invocation 4 | json!({ "a" }); | ^^^^^^^^^^^^^^^ missing tokens in macro arguments | - = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/tests/ui/missing_value.stderr b/tests/ui/missing_value.stderr index 7e223a1..0cf37fc 100644 --- a/tests/ui/missing_value.stderr +++ b/tests/ui/missing_value.stderr @@ -4,4 +4,4 @@ error: unexpected end of macro invocation 4 | json!({ "a" : }); | ^^^^^^^^^^^^^^^^^ missing tokens in macro arguments | - = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/tests/ui/parse_expr.stderr b/tests/ui/parse_expr.stderr index 2c66d2f..107ec59 100644 --- a/tests/ui/parse_expr.stderr +++ b/tests/ui/parse_expr.stderr @@ -4,4 +4,4 @@ error: unexpected end of macro invocation 4 | json!({ "a" : ~ }); | ^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments | - = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)