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 1277daa commit 5cc2e91Copy full SHA for 5cc2e91
tests/ui/type-alias/type-param.rs
@@ -6,5 +6,6 @@
6
#![allow(dead_code)]
7
8
type Foo<T> = extern "C" fn(T) -> bool;
9
+type Bar<T> = fn(T) -> bool;
10
11
fn main() {}
0 commit comments