rustc/tests/ui/feature-gates/feature-gate-cfg-relocation-model.rs
2024-05-27 22:45:50 +02:00

5 lines
70 B
Rust

#[cfg(relocation_model = "pic")] //~ ERROR
fn _foo() {}
fn main() {}