]> git.proxmox.com Git - rustc.git/blob - src/tools/cargo/tests/testsuite/cargo_add/dev_build_conflict/stderr.log
New upstream version 1.70.0+dfsg2
[rustc.git] / src / tools / cargo / tests / testsuite / cargo_add / dev_build_conflict / stderr.log
1 error: the argument '--dev' cannot be used with '--build'
2
3 Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
4 cargo add [OPTIONS] --path <PATH> ...
5 cargo add [OPTIONS] --git <URL> ...
6
7 For more information, try '--help'.