diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2022-08-08 16:17:08 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-09-27 13:13:08 +0200 |
| commit | 9bec0de3977e589fb92fc85ce9bc8fa99c3691f6 (patch) | |
| tree | ba52134752254b6fed558b11f15794a04f5242b5 /src/test/ui/macros/format-parse-errors.stderr | |
| parent | d9297d22ad9edc2b56f0dd8734c1187a0c88be69 (diff) | |
| download | rust-9bec0de3977e589fb92fc85ce9bc8fa99c3691f6.tar.gz rust-9bec0de3977e589fb92fc85ce9bc8fa99c3691f6.zip | |
Rewrite and refactor format_args!() builtin macro.
Diffstat (limited to 'src/test/ui/macros/format-parse-errors.stderr')
| -rw-r--r-- | src/test/ui/macros/format-parse-errors.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/macros/format-parse-errors.stderr b/src/test/ui/macros/format-parse-errors.stderr index 1a7578e6076..f9ea4c63377 100644 --- a/src/test/ui/macros/format-parse-errors.stderr +++ b/src/test/ui/macros/format-parse-errors.stderr @@ -22,7 +22,7 @@ error: positional arguments cannot follow named arguments --> $DIR/format-parse-errors.rs:10:9 | LL | foo = foo, - | --- named argument + | --------- named argument LL | bar, | ^^^ positional arguments must be before named arguments |
