X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_lsan%2Flib.rs;h=568bb540c471952e8cae17288848893916f7e2ec;hb=ea46f5b2d06bd4f106d67245cf2260ca33526f2b;hp=d6c8e54c18db7ea9e9f6d9bdefc1e2ce0d5e3dd3;hpb=68614265d312fc2cbe8a696f7dabb9416eb6f221;p=rust.git diff --git a/src/librustc_lsan/lib.rs b/src/librustc_lsan/lib.rs index d6c8e54c18d..568bb540c47 100644 --- a/src/librustc_lsan/lib.rs +++ b/src/librustc_lsan/lib.rs @@ -1,8 +1,9 @@ #![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")] + +#![deny(rust_2018_idioms)]