Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
incremental
/
issue-60629.rs
blob: 117e222fc393438a61d8572871b953c61916946d [
file
] [
log
] [
blame
] [
edit
]
//@ revisions:rpass1 rpass2
struct
A
;
#[
cfg
(
rpass2
)]
impl
From
<
A
>
for
()
{
fn
from
(
_
:
A
)
{}
}
fn
main
()
{}