Skip to content

Commit 4692924

Browse files
committed
typo
1 parent 8cd4b47 commit 4692924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/ty/consts.rs

-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ impl<'tcx> Const<'tcx> {
298298
if let Some(lit_input) = lit_input {
299299
// If an error occurred, ignore that it's a literal and leave reporting the error up to
300300
// mir.
301-
// try_from_lit
302301
match tcx.at(expr.span).lit_to_const(lit_input) {
303302
Ok(c) => return Some(c),
304303
Err(e) => {

0 commit comments

Comments
 (0)