struct S; struct T; #[local_impl::local_impl] impl Ext for S {} #[local_impl::local_impl] impl Ext for T {} fn main() {}