mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 13:30:39 +00: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
160 B
Plaintext
6 lines
160 B
Plaintext
error: Handlers must only take owned values
|
|
--> tests/fail/extract_self_ref.rs:23:22
|
|
|
|
|
23 | async fn handler(&self) {}
|
|
| ^^^^^
|