Files
rust/tests/ui/span/E0536.rs

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

4 lines
57 B
Rust
Raw Normal View History

2025-07-07 09:10:54 +02:00
pub fn main() {
if cfg!(not()) { } //~ ERROR E0536
}