Open obsgolem opened 11 months ago
Please provide a code example. Provide enough instructions and data for me to be able to reproduce the problem you're seeing. Please also state what problem you're trying to solve. Include any relevant input data. Please include actual output and expected output.
Updated, sorry.
FilterEntry::filter_entry
is parameterized on the globalP
instead of a new, localP
. This means that you can't callfilter_entry
twice with two different functions.EDIT: Minimal repro:
Playground link
Expected: compiles Actual: doesn't