]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_back/svh.rs
Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1
[rust.git] / src / librustc_back / svh.rs
index 2532882d0127d22721541632b919ea8e759ad056..b29116309912aab334ed6542efc2a054b8e819a7 100644 (file)
@@ -232,7 +232,7 @@ pub enum SawExprComponent<'a> {
         SawExprTup,
         SawExprBinary(hir::BinOp_),
         SawExprUnary(hir::UnOp),
-        SawExprLit(ast::Lit_),
+        SawExprLit(ast::LitKind),
         SawExprCast,
         SawExprType,
         SawExprIf,