]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/Cargo.toml
Rollup merge of #94327 - Mark-Simulacrum:avoid-macro-sp, r=petrochenkov
[rust.git] / compiler / rustc_lint / Cargo.toml
index 75a031a86b69b1391297a41e83aa0d091a44b3bb..414fcbeb9e415d57706461952f1a126fcbce78df 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "rustc_lint"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [dependencies]
 if_chain = "1.0"
@@ -22,3 +22,4 @@ rustc_session = { path = "../rustc_session" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
 rustc_parse_format = { path = "../rustc_parse_format" }
+rustc_infer = { path = "../rustc_infer" }