2024-02-22 12:10:29 +00:00
|
|
|
//@ revisions:rpass1 rpass2
|
|
|
|
|
//@ compile-flags: -Z query-dep-graph
|
2017-02-22 12:02:41 -05:00
|
|
|
|
2018-07-10 19:16:22 +02:00
|
|
|
#![rustc_partition_reused(module="generic-fallback.cgu", cfg="rpass2")]
|
2017-02-22 12:02:41 -05:00
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
|
|
|
|
|
|
#![crate_type="rlib"]
|
|
|
|
|
pub fn foo<T>() { }
|