Skip to content

Commit

Permalink
Update ui test output to nightly-2024-05-12
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 12, 2024
1 parent e5ea46d commit bed8aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/auto_enum/invalid_break.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ error[E0267]: `break` inside of a closure
| |
| enclosing closure

error[E0267]: `break` inside of an `async` block
error[E0267]: `break` inside `async` block
--> tests/ui/auto_enum/invalid_break.rs:8:13
|
8 | async { break }
| --------^^^^^--
| | |
| | cannot `break` inside of an `async` block
| | cannot `break` inside `async` block
| enclosing `async` block

0 comments on commit bed8aad

Please sign in to comment.