5 lines
108 B
Rust
5 lines
108 B
Rust
|
iface foo { } //~ WARN `iface` is deprecated; use `trait`
|
||
|
|
||
|
fn main() {
|
||
|
x //~ ERROR unresolved name: x
|
||
|
}
|