Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg-relocation-model.rs
blob: 7529014ece2c1a7babbe5c904cb1a4fd2d212477 [
file
] [
log
] [
blame
] [
edit
]
#[
cfg
(
relocation_model
=
"pic"
)]
//~ ERROR
fn
_foo
()
{}
fn
main
()
{}