blob: 0a9ddf5e2d156c76a57d343af2e1fcde1d200ec0 [file] [log] [blame] [edit]
//@ run-pass
//@ aux-build:coherence_lib.rs
//@ pretty-expanded FIXME #23616
extern crate coherence_lib as lib;
use lib::Remote1;
pub struct BigInt;
impl Remote1<BigInt> for isize { }
fn main() { }