Skip to content

Commit db76c87

Browse files
committed
fix: Call out --manifest-path verbosity
1 parent 9f8a951 commit db76c87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

text/3424-cargo-script.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,9 @@ Smaller questions include:
547547
- Should we support workspaces as part of the initial MVP?
548548
- Whether single-file packages need a distinct file extension or not?
549549
- What, if any, file associations should be registered on Windows?
550+
- As single-file packages aren't auto discovered (e.g. `cargo test` being short
551+
for `cargo test --manifest-path Cargo.toml`), is there a way we can make
552+
running cargo commands on single-file packages more convenient?
550553

551554
Potential answers to these questions were intentionally left out to help focus
552555
the conversation on the proposed experiment. For a previous enumeration of

0 commit comments

Comments
 (0)