We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd4b47 commit 4692924Copy full SHA for 4692924
compiler/rustc_middle/src/ty/consts.rs
@@ -298,7 +298,6 @@ impl<'tcx> Const<'tcx> {
298
if let Some(lit_input) = lit_input {
299
// If an error occurred, ignore that it's a literal and leave reporting the error up to
300
// mir.
301
- // try_from_lit
302
match tcx.at(expr.span).lit_to_const(lit_input) {
303
Ok(c) => return Some(c),
304
Err(e) => {
0 commit comments