6 lines
82 B
Rust
6 lines
82 B
Rust
struct G;
|
|
|
|
fn main() {
|
|
let g = G(); //~ ERROR: expected function, found `G`
|
|
}
|