diff options
Diffstat (limited to 'tests/ui/macros/macro-attribute.rs')
-rw-r--r-- | tests/ui/macros/macro-attribute.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/macros/macro-attribute.rs b/tests/ui/macros/macro-attribute.rs new file mode 100644 index 000000000..88834a967 --- /dev/null +++ b/tests/ui/macros/macro-attribute.rs @@ -0,0 +1,2 @@ +#[doc = $not_there] //~ ERROR expected expression, found `$` +fn main() { } |