This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
conditional-compilation
/
cfg-attr-invalid-predicate.rs
5 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Add compile-fail test for invalid cfg predicate in attribute Refs #31495
2016-02-08 14:55:38 -05:00
#[
cfg(foo(bar))
]
//~ ERROR invalid predicate `foo`
Do not abort compilation if expansion produces errors Fix a number of uncovered deficiencies in diagnostics
2018-12-16 20:23:27 +03:00
fn
check
(
)
{
}
Add compile-fail test for invalid cfg predicate in attribute Refs #31495
2016-02-08 14:55:38 -05:00
fn
main
(
)
{
}
Copy permalink