From 8d1c734b813d53669903914b79760a6668bacb6d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 15 Nov 2022 19:07:16 -0800 Subject: [PATCH] Update ui test suite to nightly-2022-11-16 --- tests/ui/empty-ensure.stderr | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ui/empty-ensure.stderr b/tests/ui/empty-ensure.stderr index 91e0a98..bf0229a 100644 --- a/tests/ui/empty-ensure.stderr +++ b/tests/ui/empty-ensure.stderr @@ -4,4 +4,9 @@ error: unexpected end of macro invocation 4 | ensure!(); | ^^^^^^^^^ missing tokens in macro arguments | +note: while trying to match meta-variable `$cond:expr` + --> src/ensure.rs + | + | ($cond:expr $(,)?) => { + | ^^^^^^^^^^ = note: this error originates in the macro `$crate::__parse_ensure` which comes from the expansion of the macro `ensure` (in Nightly builds, run with -Z macro-backtrace for more info)