Closed
Description
https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html states:
We are not presently aware of other issues that would encourage a decision to disable incremental in 1.60 stable
I would like to raise #47384 (comment) as an issue that would encourage a decision to disable incremental in 1.60 stable.
#[used(compiler)]
and #[used(linker)]
, which can mitigate this issue, are currently behind a feature gate: #93798