Where does this helpful error note about #[axum::debug_handler]
come from?
#1615
-
I noticed something pretty interesting in this error message I just got from the compiler about one of my handler functions:
Specifically, this is the line that caught my attention:
When I saw this line in the error message, the first thought that crossed my mind was, "there's no way they hard-coded a message about |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm happy you noticed that! We are using some nightly APIs to add those hints. See #1436 |
Beta Was this translation helpful? Give feedback.
I'm happy you noticed that! We are using some nightly APIs to add those hints. See #1436