You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= note: this error originates in the derive macro `Template` which comes from the expansion of the attribute macro `askama::filter_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
62
71
63
72
error[E0599]: no method named `execute` found for struct `req1<'_>` in the current scope
@@ -90,9 +99,13 @@ error[E0277]: Argument at position 1 is invalid on filter req1<'_>. Too many arg
90
99
36 | #[derive(Template)]
91
100
| ^^^^^^^^ Filter function
92
101
|
93
-
= help: the trait `ValidArgIdx<1>` is not implemented for `req1<'_>`
94
-
but trait `ValidArgIdx<0>` is implemented for it
95
-
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
102
+
help: the trait `ValidArgIdx<1>` is not implemented for `req1<'_>`
= note: this error originates in the derive macro `Template` which comes from the expansion of the attribute macro `askama::filter_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
96
109
97
110
error[E0599]: no method named `with_req2` found for struct `req1<'filter, REQUIRED_ARG_FLAG_0>` in the current scope
= note: required for `f32` to implement `Into<usize>`
29
37
= note: required for `usize` to implement `TryFrom<f32>`
30
-
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
38
+
= note: this error originates in the derive macro `Template` which comes from the expansion of the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments