We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e006eb1 + 7e4fafb commit 8e439c4Copy full SHA for 8e439c4
README.md
@@ -1,4 +1,4 @@
1
# rustc-auto-publish
2
3
-Repository for automatically publishing the `rustc-ap-syntax` and `rustc-ap-rustc_parse` crates once a week.
+Repository for automatically publishing the `rustc-ap-rustc_ast` and `rustc-ap-rustc_parse` crates once a week.
4
src/main.rs
@@ -34,8 +34,8 @@ fn main() {
34
35
let target_crates = vec![
36
RustcApCrate {
37
- name: "syntax",
38
- dir: "src/libsyntax",
+ name: "rustc_ast",
+ dir: "src/librustc_ast",
39
},
40
41
name: "rustc_parse",
0 commit comments