diff options
Diffstat (limited to 'compiler/rustc_hir/src')
| -rw-r--r-- | compiler/rustc_hir/src/def.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir/src/def.rs b/compiler/rustc_hir/src/def.rs index 361ca167010..f6a616109c9 100644 --- a/compiler/rustc_hir/src/def.rs +++ b/compiler/rustc_hir/src/def.rs @@ -77,7 +77,7 @@ pub enum DefKind { ConstParam, Static { /// Whether it's a `static mut` or just a `static`. - mt: ast::Mutability, + mutability: ast::Mutability, /// Whether it's an anonymous static generated for nested allocations. nested: bool, }, |
