diff options
| author | Ralf Jung <post@ralfj.de> | 2023-09-09 08:36:50 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-09-21 22:20:58 +0200 |
| commit | c4ec12f4b701d9be95143f3fa77b1f1af07de18c (patch) | |
| tree | 79e8dc343b1a469ed677ae06e0952cea76ce57cf /tests/ui/error-codes | |
| parent | e4a361a48a59ead52b302aaa2e1d9d345264935a (diff) | |
| download | rust-c4ec12f4b701d9be95143f3fa77b1f1af07de18c.tar.gz rust-c4ec12f4b701d9be95143f3fa77b1f1af07de18c.zip | |
adjust how closure/generator types and rvalues are printed
Diffstat (limited to 'tests/ui/error-codes')
| -rw-r--r-- | tests/ui/error-codes/E0767.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0767.stderr b/tests/ui/error-codes/E0767.stderr index ee85247301c..4b09008f9a0 100644 --- a/tests/ui/error-codes/E0767.stderr +++ b/tests/ui/error-codes/E0767.stderr @@ -19,7 +19,7 @@ LL | | } | |_________^ expected `()`, found closure | = note: expected unit type `()` - found closure `[closure@$DIR/E0767.rs:3:9: 3:11]` + found closure `{closure@$DIR/E0767.rs:3:9: 3:11}` error: aborting due to 2 previous errors |
