]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/macros/macro-attribute.rs
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-attribute.rs
index f580dfa8e34ed2ff055295d38ffc09aa45c57feb..88834a96721b98cebd0b98b1b9b0ec0506e17821 100644 (file)
@@ -1,2 +1,2 @@
-#[doc = $not_there] //~ ERROR unexpected token: `$`
+#[doc = $not_there] //~ ERROR expected expression, found `$`
 fn main() { }