]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/Cargo.toml
Auto merge of #92664 - ehuss:rollup-t9yrvk5, r=ehuss
[rust.git] / compiler / rustc_typeck / Cargo.toml
index fa5ef63f5c52e346c1ee99d7bdbee2d3807c4449..7e570e151c5298c6431481097493273a823bdcbc 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "rustc_typeck"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 test = false
@@ -26,3 +26,4 @@ rustc_index = { path = "../rustc_index" }
 rustc_infer = { path = "../rustc_infer" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
 rustc_ty_utils = { path = "../rustc_ty_utils" }
+rustc_lint = { path = "../rustc_lint" }