diff options
| author | Rageking8 <106309953+Rageking8@users.noreply.github.com> | 2022-09-23 00:24:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-23 00:24:30 +0800 |
| commit | c66c2e82c1a405ed3fff99953ab96de03806ca09 (patch) | |
| tree | bc329c84bb7737b5f1bc4af5d46c3a2e415eb941 /src/test/ui | |
| parent | f4170b38c8735daa9e764ea395c6c32cd7b9ffa3 (diff) | |
| download | rust-c66c2e82c1a405ed3fff99953ab96de03806ca09.tar.gz rust-c66c2e82c1a405ed3fff99953ab96de03806ca09.zip | |
Fix slight issues with stderr
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/parser/issues/issue-101540.stderr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/ui/parser/issues/issue-101540.stderr b/src/test/ui/parser/issues/issue-101540.stderr index d4e861b6061..53c7c9590e6 100644 --- a/src/test/ui/parser/issues/issue-101540.stderr +++ b/src/test/ui/parser/issues/issue-101540.stderr @@ -1,9 +1,10 @@ error: structs are not allowed in struct definitions --> $DIR/issue-101540.rs:2:5 | -LL | struct S2 { - | ^^^^^^^^^ +LL | struct S2 { + | ^^^^^^^^^ | = help: consider creating a new `struct` definition instead of nesting error: aborting due to previous error + |
