summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/attr-bad-meta.stderr
blob: 8d65c423c8daba1195af61c82a5edc8b98f03e07 (plain)
1
2
3
4
5
6
7
8
error: expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
  --> $DIR/attr-bad-meta.rs:1:7
   |
LL | #[path*]
   |       ^ expected one of `(`, `::`, `=`, `[`, `]`, or `{`

error: aborting due to previous error