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 1576142 commit e955f43Copy full SHA for e955f43
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