Conversation
|
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
2ba5b1a
Compare
| @@ -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
5bf82ee
Compare
|
@ouz-a: 🔑 Insufficient privileges: Not in reviewers |
|
@bors r=lcnr |
|
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
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`
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
@bors retry timeout |
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`
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
@bors retry rustdoc test overflow |
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`
|
@bors r- actually, while working on #115759 (comment) I realized that maybe we should just strip all |
|
See 1dc6b2a for where |
|
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