.github/workflows/nightly.yml #589
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
39s
nightly
/
...
/
cargo +nightly fmt
19s
nightly
/
...
/
cargo +nightly clippy
32s
nightly
/
...
/
cargo deny check
8s
nightly
/
...
/
cargo +stable test
18s
nightly
/
...
/
cargo +nightly test
37s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
32s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
22s
nightly
/
...
/
cargo vet status
3s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
23s
Annotations
9 errors
nightly / deny / cargo deny check
Process completed with exit code 3.
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the feature `rustc_attrs` is not in the list of allowed features
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_nonnull_optimization_guaranteed]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_start]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_end]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_nonnull_optimization_guaranteed]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_start]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the `#[rustc_layout_scalar_valid_range_end]` attribute is just used to enable niche optimizations in libcore and libstd and will never be stable
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
Process completed with exit code 1.
|