You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cargo manifest is resolved to construct the default EnvironmentContext, thus making it impossible to run (with exit code 0) outside a Cargo project. The Cargo project should not be a hard requirement, except for commands which forward directly to Cargo or flags which are meant directly for interaction with Cargo.
See the tests/fixtures/rustc fixture, which should be runnable with cargo msrv find -- rustc hello.rs
The text was updated successfully, but these errors were encountered:
The Cargo manifest is resolved to construct the default EnvironmentContext, thus making it impossible to run (with exit code 0) outside a Cargo project. The Cargo project should not be a hard requirement, except for commands which forward directly to Cargo or flags which are meant directly for interaction with Cargo.
See the
tests/fixtures/rustc
fixture, which should be runnable withcargo msrv find -- rustc hello.rs
The text was updated successfully, but these errors were encountered: