Skip to content

Commit 687e53e

Browse files
committedMar 10, 2022
Allow cargo run instead of cargo run -p bootstrap
This was part of Mark's original PR in ecb424f, but I missed it when writing #92260.
1 parent 85ce7fd commit 687e53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
default-members = ["src/bootstrap"]
23
members = [
34
"src/bootstrap",
45
"compiler/rustc",

0 commit comments

Comments
 (0)
Please sign in to comment.