Skip to content

Add support for encapsulated uncompressed #998

Add support for encapsulated uncompressed

Add support for encapsulated uncompressed #998

Triggered via pull request October 11, 2023 17:53
Status Failure
Total duration 2m 38s
Artifacts

rust.yml

on: pull_request
Matrix: Test (default)
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
Test (default) (beta): transfer-syntax-registry/src/entries.rs#L66
cannot find type `TransferSyntax` in this scope
Test (default) (beta): transfer-syntax-registry/src/entries.rs#L67
cannot find type `NeverAdapter` in this scope
Test (default) (beta): transfer-syntax-registry/src/entries.rs#L70
failed to resolve: use of undeclared type `TransferSyntax`
Test (default) (beta)
Process completed with exit code 101.
Test (default) (stable)
The job was canceled because "beta" failed.
Test (default) (stable): transfer-syntax-registry/src/entries.rs#L66
cannot find type `TransferSyntax` in this scope
Test (default) (stable): transfer-syntax-registry/src/entries.rs#L67
cannot find type `NeverAdapter` in this scope
Test (default) (stable): transfer-syntax-registry/src/entries.rs#L70
failed to resolve: use of undeclared type `TransferSyntax`
Test (default) (stable)
Process completed with exit code 101.
Clippy: core/src/value/person_name.rs#L134
method `from_str` can be confused for the standard trait method `std::str::FromStr::from_str`
Clippy: transfer-syntax-registry/src/adapters/uncompressed.rs#L50
this expression creates a reference which is immediately dereferenced by the compiler
Clippy: transfer-syntax-registry/src/adapters/uncompressed.rs#L98
this expression creates a reference which is immediately dereferenced by the compiler