#[any]
macro
#3310
Draft
#[any]
macro
#3310
Annotations
2 errors and 1 warning
actix-web-codegen/src/route.rs#L73
[clippy] reported by reviewdog 🐶
error: unreachable pattern
--> actix-web-codegen/src/route.rs:73:63
|
73 | $(Self::$variant => stringify!($variant), &MethodType::All => stringify!("All"),)+
| ^^^^^^^^^^^^^^^^
...
94 | / standard_method_type! {
95 | | Get, GET, get,
96 | | Post, POST, post,
97 | | Put, PUT, put,
... |
103 | | Patch, PATCH, patch,
104 | | }
| |_- in this macro invocation
|
= note: `-D unreachable-patterns` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unreachable_patterns)]`
= note: this error originates in the macro `standard_method_type` (in Nightly builds, run with -Z macro-backtrace for more info)
Raw Output:
actix-web-codegen/src/route.rs:73:63:e:error: unreachable pattern
--> actix-web-codegen/src/route.rs:73:63
|
73 | $(Self::$variant => stringify!($variant), &MethodType::All => stringify!("All"),)+
| ^^^^^^^^^^^^^^^^
...
94 | / standard_method_type! {
95 | | Get, GET, get,
96 | | Post, POST, post,
97 | | Put, PUT, put,
... |
103 | | Patch, PATCH, patch,
104 | | }
| |_- in this macro invocation
|
= note: `-D unreachable-patterns` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unreachable_patterns)]`
= note: this error originates in the macro `standard_method_type` (in Nightly builds, run with -Z macro-backtrace for more info)
__END__
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading