Allow cargo run instead of cargo run -p bootstrap

This was part of Mark's original PR in ecb424f129,
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

View file

@ -1,4 +1,5 @@
[workspace]
default-members = ["src/bootstrap"]
members = [
"src/bootstrap",
"compiler/rustc",