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.
1 parent 80c2e8b commit 4096d4aCopy full SHA for 4096d4a
tests/pass/function_pointers.rs
@@ -1,3 +1,5 @@
1
+#![allow(unpredictable_function_pointer_comparisons)]
2
+
3
use std::mem;
4
5
trait Answer {
tests/pass/issues/issue-91636.rs
type BuiltIn = for<'a> fn(&str);
struct Function {
0 commit comments