mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:50:45 +00:00
9 lines
80 B
Rust
9 lines
80 B
Rust
trait Foo {
|
|
fn bar() {
|
|
elf; //~ ERROR E0425
|
|
}
|
|
}
|
|
|
|
fn main () {
|
|
}
|