Esteban Kuber
Esteban Kuber
@a2aaron looking at the output, it seems indeed to be catching real issues 🎉 Looking at one of them with fresh eyes, I'm realizing that we're not telling people *why*...
@rust-lang/compiler who's the resident mac expert?
r? rust-lang/compiler
I'm raising this to discuss this PR next thursday meeting so we can assign someone with expertise with this platform
From the crater run, [regression on `transmute_copy` was found](https://github.com/rust-lang/rust/issues/100545), which I believe is the same kind of issue as this. Also, [the crater run](https://github.com/rust-lang/rust/issues/100327#issuecomment-1214457275) didn't bring up any other cases...
It seemed to me to be the same *category* of issue, where we break backwards compatibility in const unsafe code that currently compiles. Whatever decision is made about how to...
Sign off on diagnostics changes.
r? @jyn514