Closed pie-flavor closed 4 years ago
Yuck. Thank you for the report! I'm going to see if there's some nice solution to prevent that for good. Otherwise, I'll rename it to something really hard collide with and push up a patch version soon-ish.
Out of my own morbid curiosity, why do you have a field called f
?
@shepmaster It was short for file.
Should be fixed on 0.6.1, thanks again for the report!
Given this code:
cargo build
produces:which is caused by the name
f
conflicting with the name of the&mut Formatter
in theDisplay
impl.