Skip to content

Commit

Permalink
overwrite wrong_retrun_type.stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Hmikihiro committed Mar 23, 2024
1 parent 6f04b7d commit 9232f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ error[E0277]: the trait bound `bool: IntoResponse` is not satisfied
axum::extract::rejection::FailedToBufferBody
axum::extract::rejection::LengthLimitError
axum::extract::rejection::UnknownBodyError
bytes::bytes_mut::BytesMut
axum::extract::rejection::InvalidUtf8
and $N others
note: required by a bound in `__axum_macros_check_handler_into_response::{closure#0}::check`
--> tests/debug_handler/fail/wrong_return_type.rs:4:23
Expand Down

0 comments on commit 9232f56

Please sign in to comment.