Files
rust/tests/ui/conditional-compilation/cfg-in-crate-1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
77 B
Rust
Raw Normal View History

2025-03-29 17:24:03 +00:00
#![cfg(false)] //~ ERROR `main` function not found in crate `cfg_in_crate_1`