blob: 6822c6c44b78f4b4bb5604f3cc5b3d166c085fbd [file] [log] [blame]
//@ 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 Vec<isize> { }
fn main() { }