mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 15:04:42 +00:00
6 lines
90 B
Rust
6 lines
90 B
Rust
trait T { const
|
|
impl //~ ERROR: expected identifier, found keyword `impl`
|
|
}
|
|
|
|
fn main() {}
|