mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-05 08:34:36 +00:00
5 lines
71 B
Rust
5 lines
71 B
Rust
struct Foo;
|
|
impl Foo; //~ ERROR expected `{}`, found `;`
|
|
|
|
fn main() {}
|