mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-23 14:48:25 +00:00
3 lines
88 B
Rust
3 lines
88 B
Rust
#[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
|
|
mod m {}
|