Remove unused variable

This commit is contained in:
Yuki OKUSHI 2019-03-25 03:55:13 +09:00
parent f0de8e82b8
commit 6c8e3a5378

View File

@ -654,7 +654,7 @@ pub fn const_eval_raw_provider<'a, 'tcx>(
v));
v
},
Err(ErrorReported) => ErrorHandled::Reported,
Err(_) => ErrorHandled::Reported,
}
} else if def_id.is_local() {
// constant defined in this crate, we can figure out a lint level!