]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_passes/consts.rs
fallout from removing hir::ExprRange
[rust.git] / src / librustc_passes / consts.rs
index b0d459063ef29a5bccf2c5858d10ce574a3e7368..f6e4f3191efc4ffceff1c7b366df70d5a3d040a7 100644 (file)
@@ -747,9 +747,6 @@ struct and enum constructors",
         hir::ExprAgain(_) |
         hir::ExprRet(_) |
 
-        // Miscellaneous expressions that could be implemented.
-        hir::ExprRange(..) |
-
         // Expressions with side-effects.
         hir::ExprAssign(..) |
         hir::ExprAssignOp(..) |