Skip to content

Commit

Permalink
Allow cargo run instead of cargo run -p bootstrap
Browse files Browse the repository at this point in the history
This was part of Mark's original PR in ecb424f,
but I missed it when writing #92260.
  • Loading branch information
jyn514 committed Mar 10, 2022
1 parent 85ce7fd commit 687e53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
default-members = ["src/bootstrap"]
members = [
"src/bootstrap",
"compiler/rustc",
Expand Down

0 comments on commit 687e53e

Please sign in to comment.