]> git.lizzy.rs Git - rust.git/blob - src/librustc_asan/lib.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / librustc_asan / lib.rs
1 #![sanitizer_runtime]
2 #![feature(nll)]
3 #![feature(sanitizer_runtime)]
4 #![feature(staged_api)]
5 #![no_std]
6 #![unstable(feature = "sanitizer_runtime_lib",
7             reason = "internal implementation detail of sanitizers",
8             issue = "0")]