-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
error[E0741]: `&'static [for<'a> fn(&'a [derivatives::Arg]) -> std::string::String]` can't be used as a const parameter type
--> core/src/derivatives/mod.rs:222:70
|
222 | pub fn rgd<const DEFAULT: &'static str, const TRANSLATION_FUNCTIONS: &'static [DFn]>(
| ^^^^^^^^^^^^^^
|
= note: `for<'a> fn(&'a [derivatives::Arg]) -> std::string::String` must implement `ConstParamTy`, but it does not
= note: `[for<'a> fn(&'a [derivatives::Arg]) -> std::string::String]` must implement `ConstParamTy`, but it does not
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels