Misleading manual_memcpy suggestion #3004
Labels
C-bug
Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
Following code:
triggers this warning:
But this contains
(from - from)
, which by itself leads to next error:In the case of copying the entire slice
clippy
may provide specialized suggestionThe text was updated successfully, but these errors were encountered: