Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
target_modifiers
/
auxiliary
/
safestack-and-kcfi.rs
blob: 029744d2a1fe472e20663ca0433032f989857324 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
//@ needs-sanitizer-kcfi
//@ needs-sanitizer-safestack
//@ compile-flags: -C panic=abort -Zsanitizer=safestack,kcfi
#![
feature
(
no_core
)]
#![
crate_type
=
"rlib"
]
#![
no_core
]