mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 02:00:50 +00:00
8 lines
78 B
Rust
8 lines
78 B
Rust
//@ check-pass
|
|
|
|
trait Foo {
|
|
fn m(&self, _:isize) { }
|
|
}
|
|
|
|
pub fn main() { }
|