feat: Interpret data descriptors when reading zip file from (read, nonseek) stream #2884
Annotations
11 errors and 4 warnings
|
src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
|
src/crc32.rs#L58
expected `;`, found `Ok`
|
src/crc32.rs#L32
cannot find value `checksum` in this scope
|
src/types.rs#L1013
the trait bound `types::ZipDataDescriptor: spec::Pod` is not satisfied
|
src/crc32.rs#L31
struct `crc32::Crc32Reader<R>` has no field named `ae2_encrypted`
|
src/crc32.rs#L32
struct `crc32::Crc32Reader<R>` has no field named `check`
|
src/crc32.rs#L54
no field `ae2_encrypted` on type `&mut crc32::Crc32Reader<R>`
|
src/crc32.rs#L68
cannot apply unary operator `!` to type `std::result::Result<bool, std::io::Error>`
|
src/crc32.rs#L82
cannot apply unary operator `!` to type `std::result::Result<bool, std::io::Error>`
|
src/read.rs#L162
this pattern has 1 field, but the corresponding tuple variant has 2 fields
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job was cancelled
Loading