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.
1 parent a321c71 commit f8092b2Copy full SHA for f8092b2
library/compiler-builtins/crates/josh-sync/src/main.rs
@@ -11,7 +11,12 @@ Usage:
11
12
josh-sync rustc-pull
13
14
+ Pull from rust-lang/rust to compiler-builtins. Creates a commit
15
+ updating the version file, followed by a merge commit.
16
+
17
josh-sync rustc-push GITHUB_USERNAME [BRANCH]
18
19
+ Create a branch off of rust-lang/rust updating compiler-builtins.
20
"#;
21
22
fn main() -> anyhow::Result<()> {
0 commit comments