blob: 102f6b26c8d7574201e0095b5902f90480b5d210 [file] [log] [blame]
extern crate first_crate;
use first_crate::OtherTrait;
#[cfg(not(second_run))]
trait Foo: OtherTrait {}
#[cfg(second_run)]
trait Bar: OtherTrait {}