index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
conditional-compilation
/
cfg-attr-invalid-predicate.rs
blob: 496d196c94ae57cbfe107f45964b8990ea00b855 (
plain
)
1
2
3
4
#[cfg(foo(bar))]
//~ ERROR invalid predicate `foo`
fn
check
()
{}
fn
main
()
{}