diff options
| author | bors <bors@rust-lang.org> | 2024-06-24 13:42:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-24 13:42:05 +0000 |
| commit | d371d17496f2ce3a56da76aa083f4ef157572c20 (patch) | |
| tree | 4e6530dc971d74b1ca867dbe24ee16ae082ac432 /compiler/rustc_parse/src/parser/tests.rs | |
| parent | 06c072f158c91296a2f802f2a10c9fe2499f314d (diff) | |
| parent | a80ee9159b053f27fdf3e974aab44f2dc74b2868 (diff) | |
| download | rust-d371d17496f2ce3a56da76aa083f4ef157572c20.tar.gz rust-d371d17496f2ce3a56da76aa083f4ef157572c20.zip | |
Auto merge of #126900 - matthiaskrgr:rollup-24ah97b, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #125241 (Add `rust_analyzer` as a predefined tool) - #126213 (Update docs for AtomicBool/U8/I8 with regard to alignment) - #126414 (Tier 2 std support must always be known) - #126882 (Special case when a code line only has multiline span starts) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_parse/src/parser/tests.rs')
| -rw-r--r-- | compiler/rustc_parse/src/parser/tests.rs | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/compiler/rustc_parse/src/parser/tests.rs b/compiler/rustc_parse/src/parser/tests.rs index 3a4690670af..42392ad2163 100644 --- a/compiler/rustc_parse/src/parser/tests.rs +++ b/compiler/rustc_parse/src/parser/tests.rs @@ -322,9 +322,8 @@ error: foo --> test.rs:3:3 | 3 | X0 Y0 - | ___^__- - | |___| - | || + | ____^ - + | | ______| 4 | || X1 Y1 5 | || X2 Y2 | ||____^__- `Y` is a good letter too @@ -361,9 +360,8 @@ error: foo --> test.rs:3:3 | 3 | X0 Y0 - | ___^__- - | |___| - | || + | ____^ - + | | ______| 4 | || Y1 X1 | ||____-__^ `X` is a good letter | |____| @@ -445,10 +443,9 @@ error: foo --> test.rs:3:3 | 3 | X0 Y0 Z0 - | ___^__-__- - | |___|__| - | ||___| - | ||| + | _____^ - - + | | _______| | + | || _________| 4 | ||| X1 Y1 Z1 5 | ||| X2 Y2 Z2 | |||____^__-__- `Z` label |
