blob: d6c8e54c18db7ea9e9f6d9bdefc1e2ce0d5e3dd3 (
plain)
1
2
3
4
5
6
7
8
|
#![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")]
|