]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-bigint-int.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-bigint-int.rs
CommitLineData
b7449926 1// run-pass
c34b1796 2// aux-build:coherence_lib.rs
223e47cc 3
c34b1796
AL
4// pretty-expanded FIXME #23616
5
6extern crate coherence_lib as lib;
1a4d82fc
JJ
7use lib::Remote1;
8
9pub struct BigInt;
10
85aaf69f 11impl Remote1<BigInt> for isize { }
223e47cc
LB
12
13fn main() { }