blob: 5368fef76d0b445bb7fc83832debc93fc02d41c5 [file] [log] [blame]
// aux-build:coherence_lib.rs
extern crate coherence_lib as lib;
use lib::Remote;
impl<T> Remote for T { }
//~^ ERROR E0210
fn main() { }