]> git.lizzy.rs Git - rust.git/blob - src/test/ui/auxiliary/orphan-check-diagnostics.rs
Rollup merge of #95040 - frank-king:fix/94981, r=Mark-Simulacrum
[rust.git] / src / test / ui / auxiliary / orphan-check-diagnostics.rs
1 pub trait RemoteTrait { fn dummy(&self) { } }