]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/attr-bad-meta.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / parser / attr-bad-meta.stderr
1 error: expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
2   --> $DIR/attr-bad-meta.rs:13:7
3    |
4 LL | #[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
5    |       ^ expected one of `(`, `::`, `=`, `[`, `]`, or `{` here
6
7 error: aborting due to previous error
8