]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_parse/Cargo.toml
Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk
[rust.git] / src / librustc_parse / Cargo.toml
index d41d89902efcd6135c17cceb37c5f7dec51de3f3..aa159c55ff2846ed68784580de6b32b46334bcf2 100644 (file)
@@ -18,6 +18,7 @@ rustc_lexer = { path = "../librustc_lexer" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_error_codes = { path = "../librustc_error_codes" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+rustc_session = { path = "../librustc_session" }
 rustc_span = { path = "../librustc_span" }
 syntax = { path = "../libsyntax" }
 unicode-normalization = "0.1.11"