.github/workflows/nightly.yml #553
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
20s
nightly
/
...
/
cargo +nightly fmt
27s
nightly
/
...
/
cargo +nightly lints clippy
44s
nightly
/
...
/
cargo deny check
29s
nightly
/
...
/
cargo update && cargo test
55s
nightly
/
...
/
cargo minimal-versions check --workspace
22s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
21s
nightly
/
...
/
cargo minimal-versions check --workspace
30s
Annotations
9 errors
nightly / test / cargo +nightly test
unknown feature `proc_macro_span_shrink`
|
nightly / test / cargo +nightly test
Process completed with exit code 101.
|
nightly / docsrs / cargo +nightly doc --cfg docsrs
unknown feature `proc_macro_span_shrink`
|
nightly / docsrs / cargo +nightly doc --cfg docsrs
Process completed with exit code 101.
|
nightly / fmt / cargo +nightly fmt
Error: ENOENT: no such file or directory, opendir '/home/runner/work/bs58-rs/bs58-rs/target'
|
nightly / minimal-versions-nightly / cargo minimal-versions check --workspace
unknown feature `proc_macro_span_shrink`
|
nightly / minimal-versions-nightly / cargo minimal-versions check --workspace
Process completed with exit code 1.
|
nightly / clippy / cargo +nightly lints clippy
unknown feature `proc_macro_span_shrink`
|
nightly / clippy / cargo +nightly lints clippy
Process completed with exit code 1.
|