summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/attribute/attr-bad-meta.stderr
blob: 4ca7d6d9fe6e71d178f31f2109440fc49485925b (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 1 previous error