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 aa0c369 commit 110a3d9Copy full SHA for 110a3d9
compiler/rustc_resolve/src/build_reduced_graph.rs
@@ -61,7 +61,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
61
ident: Ident,
62
ns: Namespace,
63
res: Res,
64
- vis: Visibility, // Implictly local
+ vis: Visibility, // Implicitly local
65
span: Span,
66
expn_id: LocalExpnId,
67
) {
0 commit comments