Skip to content

Commit e332d7c

Browse files
committed
Fix test name in comment
1 parent d0fb57c commit e332d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/infer_ctxt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ where Infcx: InferCtxtLike<Interner = I>
315315
//
316316
// Return ambiguity can also prevent people from writing code which depends on inference guidance
317317
// 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.
318+
// tests/ui/unstable-feature-bound/unstable_impl_method_selection.rs is one of the example.
319319
//
320320
// Note: `feature_bound_holds_in_crate` does not consider a feature to be enabled
321321
// if we are in std/core even if there is a corresponding `feature` attribute on the crate.

0 commit comments

Comments
 (0)