mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
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,4 +1,5 @@
|
||||
[workspace]
|
||||
default-members = ["src/bootstrap"]
|
||||
members = [
|
||||
"src/bootstrap",
|
||||
"compiler/rustc",
|
||||
|
Loading…
Reference in New Issue
Block a user