rust-nightly #920
Annotations
5 errors
Run just toolchain=nightly profile=release build:
linkerd/duplex/src/lib.rs#L53
error: field `0` is never read
--> linkerd/duplex/src/lib.rs:53:10
|
53 | Read(usize),
| ---- ^^^^^
| |
| field in this variant
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
53 | Read(()),
| ~~
|
Run just toolchain=nightly profile=release build:
linkerd/duplex/src/lib.rs#L53
error: field `0` is never read
--> linkerd/duplex/src/lib.rs:53:10
|
53 | Read(usize),
| ---- ^^^^^
| |
| field in this variant
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
53 | Read(()),
| ~~
|
Run just toolchain=nightly profile=release build:
linkerd/duplex/src/lib.rs#L59
error: field `0` is never read
--> linkerd/duplex/src/lib.rs:59:13
|
59 | Partial(usize),
| ------- ^^^^^
| |
| field in this variant
|
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
59 | Partial(()),
| ~~
|
Run just toolchain=nightly profile=release build:
linkerd/duplex/src/lib.rs#L59
error: field `0` is never read
--> linkerd/duplex/src/lib.rs:59:13
|
59 | Partial(usize),
| ------- ^^^^^
| |
| field in this variant
|
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
59 | Partial(()),
| ~~
|
Run just toolchain=nightly profile=release build
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading