Allow cargo run instead of cargo run -p bootstrap

This was part of Mark's original PR in https://github.com/rust-lang/rust/commit/ecb424f12992a4aebace8a153d5efea040327a01,
but I missed it when writing #92260.
This commit is contained in:
Joshua Nelson
2022-03-09 22:37:44 -06:00
parent 85ce7fdfa2
commit 687e53ebfe
+1
View File
@@ -1,4 +1,5 @@
[workspace]
default-members = ["src/bootstrap"]
members = [
"src/bootstrap",
"compiler/rustc",