index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg-relocation-model.rs
blob: 7529014ece2c1a7babbe5c904cb1a4fd2d212477 (
plain
)
1
2
3
4
#[cfg(relocation_model =
"pic"
)]
//~ ERROR
fn
_foo
()
{}
fn
main
()
{}