We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cargo.toml
1 parent a74a272 commit a503893Copy full SHA for a503893
compiler/rustc_driver_impl/Cargo.toml
@@ -42,7 +42,7 @@ rustc_privacy = { path = "../rustc_privacy" }
42
rustc_query_system = { path = "../rustc_query_system" }
43
rustc_resolve = { path = "../rustc_resolve" }
44
rustc_session = { path = "../rustc_session" }
45
-rustc_smir ={ path = "../rustc_smir" }
+rustc_smir = { path = "../rustc_smir" }
46
rustc_span = { path = "../rustc_span" }
47
rustc_target = { path = "../rustc_target" }
48
rustc_trait_selection = { path = "../rustc_trait_selection" }
0 commit comments