about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2023-11-04 19:50:21 +0000
committerGitHub <noreply@github.com>2023-11-04 19:50:21 +0000
commit00a9ed34b1afad45c13c58acc8441ab9442d2cdd (patch)
tree1f2fb89d4a508948e0a6fef93aabefafdf844fdf
parentee3a729cc440e5dbc589acc4c19e92d6e0f305c9 (diff)
downloadrust-00a9ed34b1afad45c13c58acc8441ab9442d2cdd.tar.gz
rust-00a9ed34b1afad45c13c58acc8441ab9442d2cdd.zip
De-indent closing bracket
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
-rw-r--r--compiler/rustc_hir_typeck/src/expr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_typeck/src/expr.rs b/compiler/rustc_hir_typeck/src/expr.rs
index 23a8cc4e8ec..f279d7d4827 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()