about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/inline
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-05-30 11:21:34 +0000
committerlcnr <rust@lcnr.de>2025-06-03 14:23:56 +0200
commit7dac755be8d09234afa0ac6c3626c8d5f733ef31 (patch)
treee9ac8e1f028a3f63e306168da3769470b3c489d7 /compiler/rustc_mir_transform/src/inline
parentc68032fd4c442d275f4daa571ba19c076106b490 (diff)
downloadrust-7dac755be8d09234afa0ac6c3626c8d5f733ef31.tar.gz
rust-7dac755be8d09234afa0ac6c3626c8d5f733ef31.zip
`FIXME(-Znext-solver)` triage
Co-authored-by: Michael Goulet <michael@errs.io>
Diffstat (limited to 'compiler/rustc_mir_transform/src/inline')
-rw-r--r--compiler/rustc_mir_transform/src/inline/cycle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/inline/cycle.rs b/compiler/rustc_mir_transform/src/inline/cycle.rs
index 292278800f8..a944960ce4a 100644
--- a/compiler/rustc_mir_transform/src/inline/cycle.rs
+++ b/compiler/rustc_mir_transform/src/inline/cycle.rs
@@ -138,7 +138,7 @@ pub(crate) fn mir_callgraph_reachable<'tcx>(
         }
         false
     }
-    // FIXME(-Znext-solver): Remove this hack when trait solver overflow can return an error.
+    // FIXME(-Znext-solver=no): Remove this hack when trait solver overflow can return an error.
     // In code like that pointed out in #128887, the type complexity we ask the solver to deal with
     // grows as we recurse into the call graph. If we use the same recursion limit here and in the
     // solver, the solver hits the limit first and emits a fatal error. But if we use a reduced