Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
incremental
/
issue-39828
/
auxiliary
/
generic.rs
blob: 5400570377d72b674b9f7e87416ab600ac882602 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
>()
{
}