Fix local dump check.
This commit is contained in:
parent
1e93f64e15
commit
e807f0c405
@ -892,7 +892,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
||||
Projection(ref proj) => return self.eval_lvalue_projection(proj),
|
||||
};
|
||||
|
||||
if log_enabled!(::log::LogLevel::Debug) {
|
||||
if log_enabled!(::log::LogLevel::Trace) {
|
||||
self.dump_local(lvalue);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user