]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/attr-bad-meta.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / attr-bad-meta.rs
1 #[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
2 mod m {}