Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 34c78ce

Browse files
Specify sort location in a comment
Co-authored-by: Vadim Petrochenkov <[email protected]>
1 parent da17709 commit 34c78ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
19641964
ident: Symbol,
19651965
current_module: Module<'ra>,
19661966
) -> Option<Symbol> {
1967-
// It will be sorted later.
1967+
// The candidates are sorted just below.
19681968
#[allow(rustc::potential_query_instability)]
19691969
let mut candidates = self
19701970
.extern_prelude

0 commit comments

Comments
 (0)