rust/compiler/rustc_trait_selection
Matthias Krüger bea2f89de6
Rollup merge of #149183 - tiif:typing_env_fix, r=BoxyUwU
Use `TypingMode::PostAnalysis` in `try_evaluate_const`

As mentioned in https://github.com/rust-lang/rust/pull/148698#discussion_r2541882341, we should use ``TypingMode::PostAnalysis`` for that path.

````@BoxyUwU```` prefer the match in ``try_evaluate_const`` to be exhaustive, so I also included that in this PR :3
2025-12-04 08:46:19 +01:00
..
src Rollup merge of #149183 - tiif:typing_env_fix, r=BoxyUwU 2025-12-04 08:46:19 +01:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00