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 f6d018e commit 9111f35Copy full SHA for 9111f35
README.md
@@ -23,7 +23,7 @@ $ buck2 run stage2:rustc -- --version --verbose
23
# Build various intermediate crates (stage1 by default)
24
$ buck2 build :rustc_ast
25
$ buck2 build :rustc_ast -m=stage2
26
-$ buck2 build :syn-2.0.101 --target-platforms //platforms/stage1:compiler
+$ buck2 build :syn-2.0.106 --target-platforms //platforms/stage1:compiler
27
28
# Document a crate using stage0 or stage1 rustdoc
29
$ buck2 build :rustc_ast[doc] --show-simple-output
0 commit comments