Skip to content

Commit

Permalink
[nll] librustc_tsan: enable feature(nll) for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed Aug 9, 2018
1 parent cb49252 commit 034a96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_tsan/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#![sanitizer_runtime]
#![feature(alloc_system)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(sanitizer_runtime)]
#![feature(staged_api)]
#![no_std]
Expand Down

0 comments on commit 034a96a

Please sign in to comment.