about summary refs log tree commit diff
path: root/tests/ui/lint/ambiguous_wide_pointer_comparisons_suggestions.fixed
AgeCommit message (Collapse)AuthorLines
2024-02-20Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect许杰友 Jieyou Xu (Joe)-0/+13
It is possible to have more than one valid suggestion, which when applied together via rustfix causes the code to no longer compile. This is a temporary workaround; the real long term solution to these issues is to solve <https://github.com/rust-lang/rust/issues/53934>.