6 lines
90 B
Rust
6 lines
90 B
Rust
trait T { const
|
|
impl //~ ERROR: expected identifier, found keyword `impl`
|
|
}
|
|
|
|
fn main() {}
|