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

error: aborting due to previous error