We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c84e3a1 + e955f43 commit 6988157Copy full SHA for 6988157
src/test/run-pass/macro-attributes.rs
@@ -10,6 +10,8 @@
10
11
// ignore-pretty - token trees can't pretty print
12
13
+#![feature(custom_attribute)]
14
+
15
macro_rules! compiles_fine {
16
(#[$at:meta]) => {
17
// test that the different types of attributes work
0 commit comments