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 b3015ab commit dbc7924Copy full SHA for dbc7924
src/test/ui/attribute-with-no-generics-in-parameter-list.rs
@@ -0,0 +1,5 @@
1
+// run-pass
2
+
3
+fn foo<#[attr]>() {} // ok
4
5
+fn main() {}
0 commit comments