]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/Cargo.toml
Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino
[rust.git] / compiler / rustc_expand / Cargo.toml
index 05e5913baa0c76396148b0747f29828b53952270..4ee7b6c42bbf5015e912de73beb059df4ece742b 100644 (file)
@@ -24,3 +24,4 @@ rustc_parse = { path = "../rustc_parse" }
 rustc_session = { path = "../rustc_session" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
+crossbeam-channel = "0.5.0"