Skip to content

Add some tests for impossible bounds - #98005

Merged
bors merged 1 commit into
rust-lang:masterfrom
compiler-errors:impossible-bounds
Jun 22, 2022
Merged

Add some tests for impossible bounds#98005
bors merged 1 commit into
rust-lang:masterfrom
compiler-errors:impossible-bounds

Conversation

@compiler-errors

Copy link
Copy Markdown
Contributor

Adds test for #93008
Adds test for #94680
Closes#94999
Closes#95640

@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jun 11, 2022
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 11, 2022
@rust-log-analyzer

This comment has been minimized.

@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jun 18, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 965a68a has been approved by Mark-Simulacrum

@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 Jun 18, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 18, 2022
…r=Mark-Simulacrum
Add some tests for impossible bounds
Adds test for rust-lang#93008
Adds test for rust-lang#94680Closesrust-lang#94999Closesrust-lang#95640
@matthiaskrgr

Copy link
Copy Markdown
Member

failed in a rollup #98234 (comment)
@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 18, 2022
@compiler-errors

Copy link
Copy Markdown
ContributorAuthor

@bors r=Mark-Simulacrum

@bors

bors commented Jun 22, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit e53b2ba has been approved by Mark-Simulacrum

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 22, 2022
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Jun 22, 2022
…r=Mark-Simulacrum
Add some tests for impossible bounds
Adds test for rust-lang#93008
Adds test for rust-lang#94680Closesrust-lang#94999Closesrust-lang#95640
@JohnTitorJohnTitor mentioned this pull request Jun 22, 2022
@JohnTitorJohnTitor mentioned this pull request Jun 22, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 22, 2022
Rollup of 10 pull requests
Successful merges:
- rust-lang#95446 (update CPU usage script)
- rust-lang#96768 (Use futex based thread parker on Fuchsia.)
- rust-lang#97454 (Add release notes for 1.62)
- rust-lang#97516 (clarify how Rust atomics correspond to C++ atomics)
- rust-lang#97818 (Point at return expression for RPIT-related error)
- rust-lang#97895 (Simplify `likely!` and `unlikely!` macro)
- rust-lang#98005 (Add some tests for impossible bounds)
- rust-lang#98226 (Document unstable `--extern` options)
- rust-lang#98356 (Add missing period)
- rust-lang#98363 (remove use of &Alloc in btree tests)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 400751d into rust-lang:masterJun 22, 2022
@rustbotrustbot added this to the 1.63.0 milestone Jun 22, 2022
@compiler-errors
compiler-errors deleted the impossible-bounds branch August 11, 2023 20:03
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.

ICE: unimpl selecting .. during codegen with -Zmir-opt-level=3 ICE on stable when trying to imitate trivial_bounds

7 participants

@compiler-errors@rust-highfive@rust-log-analyzer@Mark-Simulacrum@bors@matthiaskrgr@rustbot