8 lines
247 B
Rust
8 lines
247 B
Rust
#![sanitizer_runtime]
|
|
#![feature(nll)]
|
|
#![feature(sanitizer_runtime)]
|
|
#![feature(staged_api)]
|
|
#![no_std]
|
|
#![unstable(feature = "sanitizer_runtime_lib",
|
|
reason = "internal implementation detail of sanitizers",
|
|
issue = "0")]
|