mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 09:36:40 +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>() { }
|