summary refs log tree commit diff
path: root/src/test/ui/parser/attr-bad-meta.rs
blob: 7fe5427249141ea6195cbf946f5444bc2d3b943d (plain)
1
2
3
4
#![feature(unrestricted_attribute_tokens)]

#[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
mod m {}