Marco Mastropaolo
Marco Mastropaolo
.net works ok. Seems like a mono bug.
Yes, sounds suspicious .. I'll check asap. Thanks
No repro :( I've added Interop_Overloads_Twice_ExtMethods1 and Interop_Overloads_Twice_ExtMethods2 tests in UserDataOverloadsTest.cs ... let me know if you still have the problem or what is missing from the test...
Converted to draft to fix the test issue (that for some reason doesn't manifest locally :( )
CI is happy now, marking ready for review.
Thanks, running this on the top 1000 crates makes sense. Quick-xml is certainly conscious of the caveats and in some way perpetrates the same `to_owned` vs `into_owned` argument (see [comment...
You're probably right that suggesting to use `clone` is better as it would not suggest to have a different semantic than the one written but suggest to use a more...
I rebased and changed the wording so that it's less opinionated between `clone()` and `into_owned`, and now it suggests both replacements, "depending on intent". Let me know if it's fine...
Rebased on the latest master but forgot to update_lints 🤷♂️ Fixed the mistake and exercising CI again.
Not sure about the merge failure here. I tried to do (*) a rebase on the latest master and it went without conflicts; cargo tests also not failing after it,...