summary refs log tree commit diff
path: root/src/test/ui/parser/attr-bad-meta.stderr
blob: 7351702ec9dce655faa4336f04860968706d746a (plain)
1
2
3
4
5
6
7
8
error: expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
  --> $DIR/attr-bad-meta.rs:3:7
   |
LL | #[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
   |       ^ expected one of `(`, `::`, `=`, `[`, `]`, or `{` here

error: aborting due to previous error