mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
9 lines
274 B
Rust
9 lines
274 B
Rust
// Verifies that `-Zsanitizer-cfi-canonical-jump-tables` requires `-Zsanitizer=cfi`.
|
|
//
|
|
//@ needs-sanitizer-cfi
|
|
//@ compile-flags: -Cno-prepopulate-passes -Ctarget-feature=-crt-static -Zsanitizer-cfi-canonical-jump-tables=false
|
|
|
|
#![feature(no_core)]
|
|
#![no_core]
|
|
#![no_main]
|