blob: bdbc154f4e861c615f07fc8907d0f8a78d6f7b27 [file] [log] [blame]
#![sanitizer_runtime]
#![feature(nll)]
#![feature(sanitizer_runtime)]
#![feature(staged_api)]
#![no_std]
#![unstable(
feature = "sanitizer_runtime_lib",
reason = "internal implementation detail of sanitizers",
issue = "none"
)]