librustc_msan => 2018
This commit is contained in:
parent
b139669f37
commit
fb0f0bfea6
@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
name = "rustc_msan"
|
name = "rustc_msan"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "rustc_msan"
|
name = "rustc_msan"
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
extern crate build_helper;
|
|
||||||
extern crate cmake;
|
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use build_helper::sanitizer_lib_boilerplate;
|
use build_helper::sanitizer_lib_boilerplate;
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#![sanitizer_runtime]
|
#![sanitizer_runtime]
|
||||||
#![feature(nll)]
|
|
||||||
#![feature(sanitizer_runtime)]
|
#![feature(sanitizer_runtime)]
|
||||||
#![feature(staged_api)]
|
#![feature(staged_api)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![unstable(feature = "sanitizer_runtime_lib",
|
#![unstable(feature = "sanitizer_runtime_lib",
|
||||||
reason = "internal implementation detail of sanitizers",
|
reason = "internal implementation detail of sanitizers",
|
||||||
issue = "0")]
|
issue = "0")]
|
||||||
|
|
||||||
|
#![deny(rust_2018_idioms)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user