Wolfgang Grieskamp
Wolfgang Grieskamp
Mitigated by #13469 so downgrading priority to medium
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
We know that coverage for inline functions is broken (#9154, #12919) but not that this crashes the tool. Perhaps for compiler v2, we can finally fix this.
Closing as we are transitioning to compiler v2.
@banool this seems to be a complex feature, because there is really nothing special about test initializers. Do you have a suggestion how to implement this? Any example of another...
I think both the solution discussed here aren't ideal. We do not want to make patterns more powerful then needed in most use cases and keep them clean, so I'm...
Someone positive that this workaround still works? I've tried both installing the rustc components into the rustup tree and then referring as such: ``` [target.'cfg(NOT_A_PLATFORM)'.dependencies] rustc_middle = { path =...
* **#16130** * **#16092** 👈 (View in Graphite) * **#16081** * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.
I think the bytecode verifier and runtime checks should align on the limit. Actually (not sure we have this today) we shouldn't have divergence if we turn paranoid mode off,...
Unfortunately, there is no good solution for this problem. The abilities of a struct are defined as the intersection of the declared abilities with the abilities of the actual type...