mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

const-eval: disable pointer fragment support This fixes https://github.com/rust-lang/rust/issues/146291 by disabling pointer fragment support for const-eval. I want to properly fix this eventually, but won't get to it in the next few weeks, so this is an emergency patch to prevent the buggy implementation from landing on stable. The beta cutoff is on Sep 12th so if this PR lands after that, we'll need a backport.
For more information about how rustc works, see the rustc dev guide.