We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb57c commit e332d7cCopy full SHA for e332d7c
compiler/rustc_type_ir/src/infer_ctxt.rs
@@ -315,7 +315,7 @@ where Infcx: InferCtxtLike<Interner = I>
315
//
316
// Return ambiguity can also prevent people from writing code which depends on inference guidance
317
// that might no longer work after the impl is stabilised,
318
- // tests/ui/unstable-feature_bound/unstable_impl_coherence_inherence.rs is one of the example.
+ // tests/ui/unstable-feature-bound/unstable_impl_method_selection.rs is one of the example.
319
320
// Note: `feature_bound_holds_in_crate` does not consider a feature to be enabled
321
// if we are in std/core even if there is a corresponding `feature` attribute on the crate.
0 commit comments