rust: Update to tonic v0.10 and prost v0.12 #332
Annotations
3 errors
rust-docs:
src/gen/io.linkerd.proxy.inbound.rs#L206
error: unresolved link to `api`
--> src/gen/io.linkerd.proxy.inbound.rs:206:75
|
206 | /// Inbound-specific HTTP route configuration (based on the [Gateway API][api]).
| ^^^ no item named `api` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
note: the lint level is defined here
--> src/lib.rs:1:9
|
1 | #![deny(warnings, rust_2018_idioms)]
| ^^^^^^^^
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
|
rust-docs:
src/gen/io.linkerd.proxy.outbound.rs#L113
error: unresolved link to `api`
--> src/gen/io.linkerd.proxy.outbound.rs:113:76
|
113 | /// Outbound-specific HTTP route configuration (based on the [Gateway API][api]).
| ^^^ no item named `api` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
rust-docs
Process completed with exit code 1.
|