Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-11-16
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 16, 2022
1 parent 451651b commit 8d1c734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ui/empty-ensure.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8d1c734

Please sign in to comment.