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 646b3dc commit c099423Copy full SHA for c099423
tests/ui/resolve/custom-inner-attribute.rs
@@ -0,0 +1,9 @@
1
+//@ check-pass
2
+
3
+#![feature(custom_inner_attributes)]
4
5
+#![rustfmt::skip]
6
7
+fn main() {
8
+ let _ = todo!();
9
+}
0 commit comments