mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
* Move `IntoResponse` to axum-core * Move `FromRequest` to axum-core * some clean up * Remove hyper dependency from axum-core * Fix docs reference * Use default * Update changelog * Remove mention of default type
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
error: Handlers must only take owned values
|
|
--> tests/fail/extract_self_mut.rs:23:22
|
|
|
|
|
23 | async fn handler(&mut self) {}
|
|
| ^^^^^^^^^
|