]> git.lizzy.rs Git - rust.git/blob - tests/run-make/incr-foreign-head-span/second_crate.rs
Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum
[rust.git] / tests / run-make / incr-foreign-head-span / second_crate.rs
1 extern crate first_crate;
2 use first_crate::OtherTrait;
3
4 #[cfg(not(second_run))]
5 trait Foo: OtherTrait {}
6
7 #[cfg(second_run)]
8 trait Bar: OtherTrait {}