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

error: aborting due to previous error