feat(service): Add Layered service to propagate NamedService implementation #3398
CI.yml
on: pull_request
rustfmt
5s
cargo-deny check
19s
clippy
31s
codegen
13s
Check unused dependencies
2m 23s
Check MSRV
23s
semver
53s
check-external-types
21s
Matrix: check
Matrix: Interop Tests
Matrix: test
Annotations
18 errors
clippy:
examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `tower::layer::util::Stack` in the current scope
|
clippy
Process completed with exit code 101.
|
test (macOS-latest):
examples/src/grpc-web/server.rs#L1
unused import: `service::LayerExt as _`
|
test (macOS-latest):
examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `Stack` in the current scope
|
test (macOS-latest)
Process completed with exit code 101.
|
test (windows-latest)
The job was canceled because "macOS-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (ubuntu-latest)
The job was canceled because "macOS-latest" failed.
|
test (ubuntu-latest)
The operation was canceled.
|
check (macOS-latest):
examples/src/grpc-web/server.rs#L1
unused import: `service::LayerExt as _`
|
check (macOS-latest):
examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `Stack` in the current scope
|
check (macOS-latest)
Process completed with exit code 101.
|
check (ubuntu-latest):
examples/src/grpc-web/server.rs#L1
unused import: `service::LayerExt as _`
|
check (ubuntu-latest):
examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `Stack` in the current scope
|
check (ubuntu-latest)
Process completed with exit code 101.
|
check (windows-latest)
The job was canceled because "macOS-latest" failed.
|
check (windows-latest)
The operation was canceled.
|
Check unused dependencies
Process completed with exit code 1.
|