Uh oh!
There was an error while loading. Please reload this page.
Monomorphize OpaqueCast - #116145
Conversation
rustbot
commented
Sep 25, 2023
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
lcnr
left a comment
There was a problem hiding this comment.
can you also change cross_inference_pattern_bug.rs to build-pass?
r=me after that
67fcd79 to
2ba5b1aCompare| @@ -0,0 +1,13 @@ | |||
| // build-pass | |||
There was a problem hiding this comment.
not really a codegen test, move this to the TAIT test directory
| @@ -0,0 +1,13 @@ | |||
| // build-pass | |||
There was a problem hiding this comment.
this one as well, while this is a codegen test, it probably makes more sense together with the above test
2ba5b1a to
5bf82eeCompareouz-a
commented
Sep 25, 2023
bors
commented
Sep 25, 2023
@ouz-a: 🔑 Insufficient privileges: Not in reviewers |
oli-obk
commented
Sep 25, 2023
@bors r=lcnr |
bors
commented
Sep 25, 2023
bors
commented
Sep 25, 2023
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
bors
commented
Sep 26, 2023
Monomorphize OpaqueCast In previous attempt, rust-lang#116140 we thought `OpaqueCast` was unused during few places, but we were wrong, in reality we didn't have any test that could test it, so in this pr attempt is to correct the behavior of few `OpaqueCast`s in rustc. r? `@lcnr`
rust-log-analyzer
commented
Sep 27, 2023
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Sep 27, 2023
💔 Test failed - checks-actions |
oli-obk
commented
Sep 27, 2023
@bors retry timeout |
bors
commented
Sep 27, 2023
Monomorphize OpaqueCast In previous attempt, rust-lang#116140 we thought `OpaqueCast` was unused during few places, but we were wrong, in reality we didn't have any test that could test it, so in this pr attempt is to correct the behavior of few `OpaqueCast`s in rustc. r? `@lcnr`
rust-log-analyzer
commented
Sep 27, 2023
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Sep 27, 2023
💔 Test failed - checks-actions |
oli-obk
commented
Sep 27, 2023
@bors retry rustdoc test overflow |
bors
commented
Sep 27, 2023
Monomorphize OpaqueCast In previous attempt, rust-lang#116140 we thought `OpaqueCast` was unused during few places, but we were wrong, in reality we didn't have any test that could test it, so in this pr attempt is to correct the behavior of few `OpaqueCast`s in rustc. r? `@lcnr`
oli-obk
commented
Sep 27, 2023
@bors r- actually, while working on #115759 (comment) I realized that maybe we should just strip all |
oli-obk
commented
Sep 27, 2023
See 1dc6b2a for where |
oli-obk
commented
Sep 27, 2023
Hmm... considering the reviews on the other PRs, I'll just apply the requested changes to my PR |
In previous attempt, #116140 we thought
OpaqueCastwas unused during few places, but we were wrong, in reality we didn't have any test that could test it, so in this pr attempt is to correct the behavior of fewOpaqueCasts in rustc.r? @lcnr