rust/tests/ui/feature-gates/feature-gate-cfg-relocation-model.rs

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

5 lines
70 B
Rust
Raw Normal View History

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