pub enum NextestExitCode {}
Expand description

Documented exit codes for cargo nextest failures.

cargo nextest runs may fail for a variety of reasons. This structure documents the exit codes that may occur in case of expected failures.

Unknown/unexpected failures will always result in exit code 1.

Implementations

Running cargo metadata produced an error.

Building tests produced an error.

One or more tests failed.

Creating an archive produced an error.

Creating a test list produced an error.

Writing data to stdout or stderr produced an error.

Downloading an update resulted in an error.

An update was available and --check was requested.

A downgrade was requested but not performed.

An update was available but the user canceled it.

A user issue happened while setting up a nextest invocation.

An experimental feature was used without the environment variable to enable it.

A filtering expression failed to parse.

A self-update was requested but this version of cargo-nextest cannot perform self-updates.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.