Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
0e6eec5756ede7da1fe5b2e1a09ee0d4de7e8352
/
.
/
examples
/
flag_locations
/
main.rs
blob: cee1077015a7de3636cb8a47b82ff564cb4a2335 [
file
] [
log
] [
blame
]
#[
test
]
fn
test
()
{
// we should be able to read rustc args from a generated file
if
cfg
!(
test_flag
)
{
return
;
}
unreachable
!();
}