Files
rust/compiler
Jonathan Brouwer 565ee37312 Rollup merge of #156214 - qaijuang:fix-lints-that-dont-need-to-run-incr, r=nnethercote
Do not cache `lints_that_dont_need_to_run` across sessions

The `lints_that_dont_need_to_run` query depends on the lint store (which includes internal lints under `-Zunstable-options`). Because that flag is deliberately not part of the incremental command-line hash, incremental builds could load stale results from sessions with a different lint configuration, leading to an ICE.

This PR marks the query `eval_always` so it is recomputed for the current session instead of being loaded from cache.

Fixes rust-lang/rust#156182.
2026-05-08 11:35:34 +02:00
..
2026-05-07 21:55:44 +03:00
2026-05-07 20:23:37 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00
2026-05-07 21:55:44 +03:00