diff options
| author | George Bateman <george.bateman16@gmail.com> | 2023-11-04 19:50:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-04 19:50:21 +0000 |
| commit | 00a9ed34b1afad45c13c58acc8441ab9442d2cdd (patch) | |
| tree | 1f2fb89d4a508948e0a6fef93aabefafdf844fdf | |
| parent | ee3a729cc440e5dbc589acc4c19e92d6e0f305c9 (diff) | |
| download | rust-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.rs | 2 |
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() |
