mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-13 18:30:42 +01:00
7 lines
130 B
Rust
7 lines
130 B
Rust
#![feature(diagnostic_namespace)]
|
|
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler]
|
|
async fn handler(_foo: bool) {}
|
|
|
|
fn main() {}
|