Sign in
fuchsia
/
third_party
/
rust
/
7e8a8c9cb152530c9833a389e7a7d79c7db693cc
/
.
/
tests
/
rustdoc-ui
/
check-cfg.rs
blob: 6ca37db75af049b8cbd899441e548a66a2762267 [
file
] [
log
] [
blame
]
//@ check-pass
//@ compile-flags: --check-cfg=cfg()
/// uniz is nor a builtin nor pass as arguments so is unexpected
#[
cfg
(
uniz
)]
//~^ WARNING unexpected `cfg` condition name
pub
struct
Bar
;