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:
parent
85ce7fdfa2
commit
687e53ebfe
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
|
default-members = ["src/bootstrap"]
|
||||||
members = [
|
members = [
|
||||||
"src/bootstrap",
|
"src/bootstrap",
|
||||||
"compiler/rustc",
|
"compiler/rustc",
|
||||||
|
|
Loading…
Add table
Reference in a new issue