Skip to content

remove an unnecessary stderr-per-bitwidth - #119660

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:const-ub-enum
Jan 9, 2024
Merged

remove an unnecessary stderr-per-bitwidth#119660
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:const-ub-enum

Conversation

@RalfJung

Copy link
Copy Markdown
Member

also update some regexp, a(lloc)? would no longer match now that we have compiletest itself do alloc ID normalization.

r? @oli-obk

@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 6, 2024
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jan 8, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 4292190 has been approved by oli-obk

It is now in the queue for this repository.

@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
remove an unnecessary stderr-per-bitwidth
also update some regexp, `a(lloc)?` would no longer match now that we have compiletest itself do alloc ID normalization.
r? `@oli-obk`
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 8, 2024
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#118903 (Improved support of collapse_debuginfo attribute for macros.)
- rust-lang#119033 (coverage: `llvm-cov` expects column numbers to be bytes, not code points)
- rust-lang#119654 (bump bootstrap dependencies)
- rust-lang#119660 (remove an unnecessary stderr-per-bitwidth)
- rust-lang#119663 (tests: Normalize `\r\n` to `\n` in some run-make tests)
- rust-lang#119681 (coverage: Anonymize line numbers in branch views)
- rust-lang#119704 (Fix two variable binding issues in lint let_underscore)
- rust-lang#119725 (Add helper for when we want to know if an item has a host param)
r? `@ghost`
`@rustbot` modify labels: rollup
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 8, 2024
remove an unnecessary stderr-per-bitwidth
also update some regexp, `a(lloc)?` would no longer match now that we have compiletest itself do alloc ID normalization.
r? ``@oli-obk``
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 8, 2024
remove an unnecessary stderr-per-bitwidth
also update some regexp, `a(lloc)?` would no longer match now that we have compiletest itself do alloc ID normalization.
r? ```@oli-obk```
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 8, 2024
…iaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#116343 (Stop mentioning internal lang items in no_std binary errors)
- rust-lang#118903 (Improved support of collapse_debuginfo attribute for macros.)
- rust-lang#119033 (coverage: `llvm-cov` expects column numbers to be bytes, not code points)
- rust-lang#119598 (Fix a typo in core::ops::Deref's doc)
- rust-lang#119660 (remove an unnecessary stderr-per-bitwidth)
- rust-lang#119663 (tests: Normalize `\r\n` to `\n` in some run-make tests)
- rust-lang#119681 (coverage: Anonymize line numbers in branch views)
- rust-lang#119704 (Fix two variable binding issues in lint let_underscore)
- rust-lang#119725 (Add helper for when we want to know if an item has a host param)
- rust-lang#119738 (Add `riscv32imafc-esp-espidf` tier 3 target for the ESP32-P4.)
- rust-lang#119740 (Remove crossbeam-channel)
Failed merges:
- rust-lang#119723 (Remove `-Zdont-buffer-diagnostics`.)
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 10 pull requests
Successful merges:
- rust-lang#118903 (Improved support of collapse_debuginfo attribute for macros.)
- rust-lang#119033 (coverage: `llvm-cov` expects column numbers to be bytes, not code points)
- rust-lang#119598 (Fix a typo in core::ops::Deref's doc)
- rust-lang#119660 (remove an unnecessary stderr-per-bitwidth)
- rust-lang#119663 (tests: Normalize `\r\n` to `\n` in some run-make tests)
- rust-lang#119681 (coverage: Anonymize line numbers in branch views)
- rust-lang#119704 (Fix two variable binding issues in lint let_underscore)
- rust-lang#119725 (Add helper for when we want to know if an item has a host param)
- rust-lang#119738 (Add `riscv32imafc-esp-espidf` tier 3 target for the ESP32-P4.)
- rust-lang#119740 (Remove crossbeam-channel)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 34771e2 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#119660 - RalfJung:const-ub-enum, r=oli-obk
remove an unnecessary stderr-per-bitwidth
also update some regexp, `a(lloc)?` would no longer match now that we have compiletest itself do alloc ID normalization.
r? ````@oli-obk````
@RalfJung
RalfJung deleted the const-ub-enum branch January 9, 2024 07:30
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.

4 participants

@RalfJung@oli-obk@bors@rustbot