This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Update README.md #832
Annotations
8 errors and 3 warnings
|
build (ubuntu-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
build (macos-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
build (windows-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
the parameter type `T` may not live long enough:
/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-serialize-0.3.24/src/serialize.rs#L1155
error[E0310]: the parameter type `T` may not live long enough
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-serialize-0.3.24/src/serialize.rs:1155:5
|
1155 | fn decode<D: Decoder>(d: &mut D) -> Result<Cow<'static, T>, D::Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| the parameter type `T` must be valid for the static lifetime...
| ...so that the type `T` will meet its required lifetime bounds...
|
note: ...that is required by this bound
--> /rustc/a84ab0ce6c4557a2f01a3a6c3fdb0f92098db78d/library/alloc/src/borrow.rs:179:30
help: consider adding an explicit lifetime bound
|
1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T>
| +++++++++
|
|
clippy
Clippy had exited with the 101 exit code
|
|
test (macos-latest)
Process completed with exit code 201.
|
|
test (ubuntu-latest)
Process completed with exit code 201.
|
|
test (windows-latest)
Process completed with exit code 1.
|
|
test (macos-latest)
Cache not found for keys: v0-rust-test-Darwin-arm64-3a14be3e-a41154ef, v0-rust-test-Darwin-arm64-3a14be3e
|
|
test (ubuntu-latest)
Cache not found for keys: v0-rust-test-Linux-x64-0fcd498a-a41154ef, v0-rust-test-Linux-x64-0fcd498a
|
|
test (windows-latest)
Cache not found for keys: v0-rust-test-Windows_NT-x64-97459959-a41154ef, v0-rust-test-Windows_NT-x64-97459959
|