Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg-relocation-model.rs
blob: 7529014ece2c1a7babbe5c904cb1a4fd2d212477 [
file
] [
log
] [
blame
]
#[
cfg
(
relocation_model
=
"pic"
)]
//~ ERROR
fn
_foo
()
{}
fn
main
()
{}