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
|
| subst::substitute(input_as_utf8, &env.into());
| ^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter M declared on the function substitute
|
= note: cannot satisfy <_ as VariableMap<'_>>::Value == _
help: consider specifying the generic argument
|
| subst::substitute::(input_as_utf8, &env.into());
| +++++
Would be great to have. Currently get this error:
Where
env
isindexmap::IndexMap<String, String>
.Obviously I can just do the non ergonomic:
The text was updated successfully, but these errors were encountered: