-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
If I write Cargo.toml like this:
workspace
members = [
"project_1",
"project_2",
"project_3/*",
And the project_3
have some directories and files, then the cargo build
will be error.
Sometimes I wish to place readme.md in project_3 directory, at the sometime I want to write Cargo.toml
with "*", then this problem occurs.
I think the cargo
should know the readme.md is a file instead of directory, and the error above shouldn't occur.
Wish rust to be better.
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`