mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-16 12:25:41 +01:00
* Fix `#[debug_handler]` for multiple extractors It generated a function for each extractor to check the type but those functions didn't have unique names. Fixed by including all idents in the `arg: Extractor` token tree in the name of the function generated. Not sure there is a simpler way to fix it. * just use a counter * don't need visit feature anymore |
||
---|---|---|
.. | ||
associated_fn_without_self.rs | ||
impl_future.rs | ||
impl_into_response.rs | ||
multiple_extractors.rs | ||
mut_extractor.rs | ||
ready.rs | ||
returns_self.rs | ||
self_receiver.rs |