// aux-build:coherence_lib.rs // revisions: old re #![cfg_attr(re, feature(re_rebalance_coherence))] extern crate coherence_lib as lib; use lib::Remote1; pub struct BigInt; impl Remote1 for T { } //[old]~^ ERROR type parameter `T` must be used as the type parameter for some local type //[re]~^^ ERROR E0210 fn main() { }