]> git.lizzy.rs Git - rust.git/blob - tests/ui/auxiliary/orphan-check-diagnostics.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / auxiliary / orphan-check-diagnostics.rs
1 pub trait RemoteTrait { fn dummy(&self) { } }