]> git.lizzy.rs Git - rust.git/blob - src/test/ui/auxiliary/orphan-check-diagnostics.rs
Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc
[rust.git] / src / test / ui / auxiliary / orphan-check-diagnostics.rs
1 pub trait RemoteTrait { fn dummy(&self) { } }