This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
026d56b0f6
rust
/
tests
/
ui
/
conditional-compilation
/
module_with_cfg.rs
4 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: use `//@ ignore-auxiliary` with backlinked primary test file
2025-04-17 17:22:56 +08:00
//@ ignore-auxiliary (used by `./inner-cfg-non-inline-mod.rs`)
expand: Resolve and expand inner attributes on out-of-line modules
2021-02-21 16:32:38 +03:00
Use `cfg(false)` in UI tests
2025-03-29 17:24:03 +00:00
#![
cfg_attr(all(), cfg(false))
]
Reference in a new issue
Copy permalink