Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
incremental
/
auxiliary
/
issue-79661.rs
blob: cd32a52ebfd21bd653421734b45883adb5f7c7a5 [
file
] [
log
] [
blame
]
#![
feature
(
rustc_attrs
)]
#[
cfg_attr
(
any
(
rpass2
,
rpass3
),
doc
=
"Some comment"
)]
pub
struct
Foo
;
pub
struct
Wrapper
(
Foo
);