mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Run rustfmt
This commit is contained in:
parent
c51749af6e
commit
11ddd22510
@ -24,7 +24,9 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
|
||||
assert_eq!(literal.ty, ty);
|
||||
Constant { span, user_ty, literal: literal.into() }
|
||||
}
|
||||
ExprKind::StaticRef { literal, .. } => Constant { span, user_ty: None, literal: literal.into() },
|
||||
ExprKind::StaticRef { literal, .. } => {
|
||||
Constant { span, user_ty: None, literal: literal.into() }
|
||||
}
|
||||
ExprKind::ConstBlock { value } => {
|
||||
Constant { span: span, user_ty: None, literal: value.into() }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user