6 lines
119 B
Rust
6 lines
119 B
Rust
trait T {
|
|
const //~ ERROR: const trait impls are experimental
|
|
impl
|
|
} //~ ERROR: expected type, found `}`
|
|
|
|
fn main() {}
|