2017-03-14 14:22:38 -05:00
|
|
|
#![sanitizer_runtime]
|
2019-02-10 01:13:30 -06:00
|
|
|
#![feature(nll)]
|
2017-07-17 11:32:08 -05:00
|
|
|
#![feature(sanitizer_runtime)]
|
2016-12-29 22:28:11 -06:00
|
|
|
#![feature(staged_api)]
|
|
|
|
#![no_std]
|
|
|
|
#![unstable(feature = "sanitizer_runtime_lib",
|
|
|
|
reason = "internal implementation detail of sanitizers",
|
|
|
|
issue = "0")]
|
2019-02-06 07:40:09 -06:00
|
|
|
|
|
|
|
#![deny(rust_2018_idioms)]
|