ErrLookup › tokio-rs/axum
tokio-rs/axum
HTTP routing and request-handling library for Rust that focuses on ergonomics and modularity · Rust · 112 source files
Analyzed at c9a911b799 on 2026-08-06. 5 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| can't infer state type, please add set it explicitly, as in | validation | error | rust, axum, proc-macro, debug-handler, state-inference, compile-time |
| can't infer state type, please add `#[{attr_name}(state = My | validation | error | rust, axum, proc-macro, from-request, state-inference, derive, compile-time |
| missing `#[from_request(via(...))]` | validation | error | rust, axum, proc-macro, from-request, enum, derive, compile-time |
| Missing path: `#[typed_path("/foo/bar")]` | validation | error | rust, axum, proc-macro, typed-path, routing, derive, compile-time |
| Typed paths for unit structs cannot contain captures | validation | error | rust, axum, proc-macro, typed-path, routing, unit-struct, compile-time |