False Suggestion for const fn
#5192
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
T-const-generics
Type: Issues related to const generics
cargo clippy -V #=> clippy 0.0.212 (07f1736 2020-02-11)
This is a false suggestion, since const parameters are not permitted in
const fn
.The text was updated successfully, but these errors were encountered: