Skip to content

Commit fb0f0bf

Browse files
committed
librustc_msan => 2018
1 parent b139669 commit fb0f0bf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/librustc_msan/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
33
build = "build.rs"
44
name = "rustc_msan"
55
version = "0.0.0"
6+
edition = "2018"
67

78
[lib]
89
name = "rustc_msan"

src/librustc_msan/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
extern crate build_helper;
2-
extern crate cmake;
3-
41
use std::env;
52
use build_helper::sanitizer_lib_boilerplate;
63

src/librustc_msan/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#![sanitizer_runtime]
2-
#![feature(nll)]
32
#![feature(sanitizer_runtime)]
43
#![feature(staged_api)]
54
#![no_std]
65
#![unstable(feature = "sanitizer_runtime_lib",
76
reason = "internal implementation detail of sanitizers",
87
issue = "0")]
8+
9+
#![deny(rust_2018_idioms)]

0 commit comments

Comments
 (0)