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
/
module_with_cfg.rs
4 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some reasons why tests are ignored.
2023-04-15 16:11:42 -07:00
// ignore-test (auxiliary, used by other tests)
expand: Resolve and expand inner attributes on out-of-line modules
2021-02-21 16:32:38 +03:00
#![
cfg_attr(all(), cfg(FALSE))
]
Copy permalink