Bump the bootstrap compiler

This commit is contained in:
Jonas Schievink
2020-03-15 19:43:25 +01:00
parent 5da2e53f47
commit f53f9a88f1
9 changed files with 9 additions and 108 deletions

View File

@@ -140,7 +140,7 @@
#![feature(associated_type_bounds)]
#![feature(const_type_id)]
#![feature(const_caller_location)]
#![cfg_attr(not(bootstrap), feature(no_niche))] // rust-lang/rust#68303
#![feature(no_niche)] // rust-lang/rust#68303
#[prelude_import]
#[allow(unused)]