Samuel Moelius
Samuel Moelius
I should have a fix within a day or so.
In the example, `split('|')` should be `split('.')`, I think(?).
@hrxi Do you still have the full example? I am having trouble reproducing the behavior you described. For example, the following does not seem to trigger `or_fun_call`: ```rust enum Enum...
I think my question was imprecise, though. I was looking for an example that produces equivalent code even when `or_else` is used. I have little experience with this sort of...
Thanks again!
> I would like to just edit `Cargo.toml` as is and as fast as possible, Could you use [toml_edit](https://docs.rs/toml_edit/0.22.7/toml_edit/)?
> it would be great to get a step in the documentation on how to reproduce crashes for debugging? Do you mean how to rerun the target on an entry...
Huh, I guess that will work in most situations. Would you like to propose a change to the documentation?
Thanks for the pointer, @Lucretiel.