You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`x.py build --stage 0` means to build with the beta `rustc`.
@@ -184,10 +170,7 @@ perform it automatically any time you build with stage N+1.
184
170
it's running `cargo test -p rustc`, but cargo doesn't understand Rust's
185
171
tests. You shouldn't need to use this, use `test` instead (without arguments).
186
172
-`x.py build --stage 0 compiler/rustc` builds the compiler, but does
187
-
not [assemble] it. Use `x.py build library/std` instead, which puts the
188
-
compiler in `stage1/rustc`.
189
-
190
-
[assemble]: #assembling-the-compiler
173
+
not build libstd or even libcore. Most of the time, you'll want `x.py build library/std` instead, which allows compiling programs without needing to define lang items.
0 commit comments