mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 23:07:29 +00:00
9 lines
207 B
Rust
9 lines
207 B
Rust
//@ revisions:rpass1 rpass2
|
|
//@ compile-flags: -Z query-dep-graph
|
|
|
|
#![rustc_partition_reused(module="generic-fallback.cgu", cfg="rpass2")]
|
|
#![feature(rustc_attrs)]
|
|
|
|
#![crate_type="rlib"]
|
|
pub fn foo<T>() { }
|