This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
303c1b45c2
rust
/
tests
/
ui
/
conditional-compilation
/
module_with_cfg.rs
4 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00: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
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