mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
7 lines
119 B
Rust
7 lines
119 B
Rust
trait T {
|
|
const //~ ERROR: const trait impls are experimental
|
|
impl
|
|
} //~ ERROR: expected type, found `}`
|
|
|
|
fn main() {}
|