From 926bfe507800daa905a06efa8da619ed9993577c Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 11 Mar 2024 17:33:57 +0000 Subject: s/mt/mutability/ --- compiler/rustc_hir/src/def.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_hir/src') 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, }, -- cgit 1.4.1-3-g733a5