blob: d6c8e54c18db7ea9e9f6d9bdefc1e2ce0d5e3dd3 [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 = "0")]