]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/Cargo.toml
Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgr
[rust.git] / compiler / rustc_lint / Cargo.toml
index ad10db64302f7387b5261fe6c37ed0030135ffaa..414fcbeb9e415d57706461952f1a126fcbce78df 100644 (file)
@@ -1,9 +1,10 @@
 [package]
 name = "rustc_lint"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [dependencies]
+if_chain = "1.0"
 tracing = "0.1"
 unicode-security = "0.0.5"
 rustc_middle = { path = "../rustc_middle" }
@@ -21,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" }