[const-prop] Run x.py fmt
This commit is contained in:
parent
e1f70f77bf
commit
a957f0d7ff
@ -464,11 +464,7 @@ impl<'mir, 'tcx> ConstPropagator<'mir, 'tcx> {
|
||||
r
|
||||
}
|
||||
|
||||
fn eval_constant(
|
||||
&mut self,
|
||||
c: &Constant<'tcx>,
|
||||
source_info: SourceInfo,
|
||||
) -> Option<OpTy<'tcx>> {
|
||||
fn eval_constant(&mut self, c: &Constant<'tcx>, source_info: SourceInfo) -> Option<OpTy<'tcx>> {
|
||||
self.ecx.tcx.span = c.span;
|
||||
|
||||
// FIXME we need to revisit this for #67176
|
||||
|
Loading…
Reference in New Issue
Block a user