mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
c7fed9f854
Downgrade const eval dangling ptr in final to future incompat lint Short term band-aid for issue #121610, downgrading the prior hard error to a future-incompat lint (tracked in issue #122153). Note we should not mark #121610 as resolved until after this (or something analogous) is beta backported.