Remove debugging-related code
This commit is contained in:
@@ -129,7 +129,6 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
||||
// FIXME(#73156): Handle source code coverage in const eval
|
||||
Coverage(..) => {}
|
||||
|
||||
// FIXME(bryangarza): Update this to do some logic!!!
|
||||
ConstEvalCounter => {
|
||||
self.increment_const_eval_counter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user