mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 02:25:09 +00:00
9 lines
80 B
Rust
9 lines
80 B
Rust
trait Foo {
|
|
fn bar() {
|
|
elf; //~ ERROR E0425
|
|
}
|
|
}
|
|
|
|
fn main () {
|
|
}
|