We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687bffa commit 1097e09Copy full SHA for 1097e09
compiler/rustc_codegen_llvm/src/debuginfo/mod.rs
@@ -67,7 +67,7 @@ pub struct CodegenUnitDebugContext<'ll, 'tcx> {
67
type_map: metadata::TypeMap<'ll, 'tcx>,
68
namespace_map: RefCell<DefIdMap<&'ll DIScope>>,
69
recursion_marker_type: OnceCell<&'ll DIType>,
70
- /// Maps a varaible (name, scope, kind (argument or local), span) to its debug information.
+ /// Maps a variable (name, scope, kind (argument or local), span) to its debug information.
71
variables: RefCell<FxHashMap<(Symbol, &'ll DIScope, VariableKind, Span), &'ll DIVariable>>,
72
}
73
0 commit comments