rust/tests/ui/auxiliary/orphan-check-diagnostics.rs
2023-01-11 09:32:08 +00:00

2 lines
46 B
Rust

pub trait RemoteTrait { fn dummy(&self) { } }