From 00a9ed34b1afad45c13c58acc8441ab9442d2cdd Mon Sep 17 00:00:00 2001 From: George Bateman Date: Sat, 4 Nov 2023 19:50:21 +0000 Subject: [PATCH] De-indent closing bracket Co-authored-by: Camille Gillot --- compiler/rustc_hir_typeck/src/expr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_hir_typeck/src/expr.rs b/compiler/rustc_hir_typeck/src/expr.rs index 23a8cc4e8ecc6..f279d7d482756 100644 --- a/compiler/rustc_hir_typeck/src/expr.rs +++ b/compiler/rustc_hir_typeck/src/expr.rs @@ -3124,7 +3124,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> { sym::offset_of_enum, ident.span, "using enums in offset_of is experimental", - ).emit(); + ).emit(); } let Some((index, variant)) = container_def.variants()