]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax_pos/Cargo.toml
Rollup merge of #61420 - felixrabe:patch-2, r=dtolnay
[rust.git] / src / libsyntax_pos / Cargo.toml
index 691abffbbc1aff54778359097244e1e012ddeb02..af7edc0a6bd3eb08a98ec476533f8c48e672054e 100644 (file)
@@ -11,6 +11,7 @@ crate-type = ["dylib"]
 
 [dependencies]
 serialize = { path = "../libserialize" }
+rustc_macros = { path = "../librustc_macros" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 arena = { path = "../libarena" }
 scoped-tls = "1.0"