diff options
| author | bors <bors@rust-lang.org> | 2025-06-11 11:47:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-11 11:47:05 +0000 |
| commit | bdb04d6c4fff0970bc2f1fad775bec807d9470ee (patch) | |
| tree | e5ebe232eec6d6360043b9d18b6d3ffa61229960 /compiler/rustc_trait_selection/src | |
| parent | 0a39445252ac076ef573bcacee63bbdc59497b52 (diff) | |
| parent | 7dac755be8d09234afa0ac6c3626c8d5f733ef31 (diff) | |
| download | rust-bdb04d6c4fff0970bc2f1fad775bec807d9470ee.tar.gz rust-bdb04d6c4fff0970bc2f1fad775bec807d9470ee.zip | |
Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU
`FIXME(-Znext-solver)` triage r? `@BoxyUwU`
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/normalize.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/normalize.rs b/compiler/rustc_trait_selection/src/traits/normalize.rs index eb6d5c8a60a..35a43b294ee 100644 --- a/compiler/rustc_trait_selection/src/traits/normalize.rs +++ b/compiler/rustc_trait_selection/src/traits/normalize.rs @@ -47,7 +47,7 @@ impl<'tcx> At<'_, 'tcx> { /// same goals in both a temporary and the shared context which negatively impacts /// performance as these don't share caching. /// - /// FIXME(-Znext-solver): For performance reasons, we currently reuse an existing + /// FIXME(-Znext-solver=no): For performance reasons, we currently reuse an existing /// fulfillment context in the old solver. Once we have removed the old solver, we /// can remove the `fulfill_cx` parameter on this function. fn deeply_normalize<T, E>( |
