Skip to content

Commit 8d1c734

Browse files
committed
Update ui test suite to nightly-2022-11-16
1 parent 451651b commit 8d1c734

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ui/empty-ensure.stderr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ error: unexpected end of macro invocation
44
4 | ensure!();
55
| ^^^^^^^^^ missing tokens in macro arguments
66
|
7+
note: while trying to match meta-variable `$cond:expr`
8+
--> src/ensure.rs
9+
|
10+
| ($cond:expr $(,)?) => {
11+
| ^^^^^^^^^^
712
= 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)

0 commit comments

Comments
 (0)