]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_trait_selection/Cargo.toml
fix tidy
[rust.git] / compiler / rustc_trait_selection / Cargo.toml
index aebeb49e623b9a36cdb6450dd8095ed7a5a49b2c..566f236f26a8c7061587937dcc40780f49dcb592 100644 (file)
@@ -23,4 +23,5 @@ rustc_query_system = { path = "../rustc_query_system" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
+rustc_transmute = { path = "../rustc_transmute", features = ["rustc"] }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }