]> git.proxmox.com Git - rustc.git/blob - tests/run-make/incr-foreign-head-span/second_crate.rs
New upstream version 1.68.2+dfsg1
[rustc.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 {}