-
Type:
Build Failure
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Rust Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
The core issue seems to be
+ cargo install cargo-nextest --locked error: unexpected argument '--locked' found tip: a similar argument exists: '--force' Usage: rustup[EXE] install <TOOLCHAIN|--profile <PROFILE>|--component <COMPONENT>|--target <TARGET>|--no-self-update|--force|--allow-downgrade|--force-non-host>
which is baffling because cargo install should not be invoking rustup and --locked is absolutely a valid flag.