We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35026c7 + 1e30fa2 commit 4ead403Copy full SHA for 4ead403
tests/ui/missing_const_for_fn/const_trait.fixed
@@ -25,7 +25,7 @@ const fn can_be_const() {
25
0u64.method();
26
}
27
28
-// False negative, see FIXME comment in `clipy_utils::qualify_min_const`
+// False negative, see FIXME comment in `clippy_utils::qualify_min_const_fn`
29
fn could_be_const_but_does_not_trigger<T>(t: T)
30
where
31
T: const ConstTrait,
tests/ui/missing_const_for_fn/const_trait.rs
@@ -25,7 +25,7 @@ fn can_be_const() {
0 commit comments