Skip to content

Adding alignment to the cases to test for specific error messages. - #119712

Merged
bors merged 2 commits into
rust-lang:masterfrom
madsravn:parsing-errors
Jan 9, 2024
Merged

Adding alignment to the cases to test for specific error messages.#119712
bors merged 2 commits into
rust-lang:masterfrom
madsravn:parsing-errors

Conversation

@madsravn

Copy link
Copy Markdown
Contributor

Adding alignment to the list of cases to test for specific error message. Covers >, ^ and <.

Pinging people who chimed in last time ( #106805 ): @estebank , @compiler-errors and @Nilstrieb

@rustbot

Copy link
Copy Markdown
Collaborator

r? @b-naber

(rustbot has picked a reviewer for you, use r? to override)

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 7, 2024
Comment threadcompiler/rustc_parse_format/src/lib.rs Outdated
@estebank

Copy link
Copy Markdown
Contributor

r? @estebank
@bors r+

@bors

bors commented Jan 8, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 506c066 has been approved by estebank

It is now in the queue for this repository.

@rustbotrustbot assigned estebank and unassigned b-naberJan 8, 2024
@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 8, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 8, 2024
Adding alignment to the cases to test for specific error messages.
Adding alignment to the list of cases to test for specific error message. Covers `>`, `^` and `<`.
Pinging people who chimed in last time ( rust-lang#106805 ): `@estebank` , `@compiler-errors` and `@Nilstrieb`
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 9, 2024
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#117744 (Add -Zuse-sync-unwind)
- rust-lang#118649 (Make inductive cycles in coherence ambiguous always)
- rust-lang#118979 (Use `assert_unsafe_precondition` for `char::from_u32_unchecked`)
- rust-lang#119562 (Rename `pointer` field on `Pin`)
- rust-lang#119619 (mir-opt and custom target fixes)
- rust-lang#119632 (Fix broken build for ESP IDF due to rust-lang#119026)
- rust-lang#119712 (Adding alignment to the cases to test for specific error messages.)
- rust-lang#119734 (Miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 9, 2024
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#117744 (Add -Zuse-sync-unwind)
- rust-lang#118649 (Make inductive cycles in coherence ambiguous always)
- rust-lang#118979 (Use `assert_unsafe_precondition` for `char::from_u32_unchecked`)
- rust-lang#119619 (mir-opt and custom target fixes)
- rust-lang#119632 (Fix broken build for ESP IDF due to rust-lang#119026)
- rust-lang#119712 (Adding alignment to the cases to test for specific error messages.)
- rust-lang#119734 (Miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit deb504b into rust-lang:masterJan 9, 2024
@rustbotrustbot added this to the 1.77.0 milestone Jan 9, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jan 9, 2024
Rollup merge of rust-lang#119712 - madsravn:parsing-errors, r=estebank
Adding alignment to the cases to test for specific error messages.
Adding alignment to the list of cases to test for specific error message. Covers `>`, `^` and `<`.
Pinging people who chimed in last time ( rust-lang#106805 ): ``@estebank`` , ``@compiler-errors`` and ``@Nilstrieb``
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@madsravn@rustbot@estebank@bors@b-naber