mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
De-indent closing bracket
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
This commit is contained in:
parent
ee3a729cc4
commit
00a9ed34b1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user