Skip to content

Commit

Permalink
Bump nightly to 1.32.0
Browse files Browse the repository at this point in the history
* Also update the bootstrap compiler
* Update cargo to 1.32.0
* Clean out stage0 annotations
  • Loading branch information
alexcrichton authored and ischeinkman committed Dec 19, 2018
1 parent 6805ded commit a693d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@
#![feature(cfg_target_vendor)]
#![feature(char_error_internals)]
#![feature(compiler_builtins_lib)]
#![cfg_attr(stage0, feature(min_const_fn))]
#![feature(const_int_ops)]
#![feature(const_ip)]
#![feature(const_raw_ptr_deref)]
Expand Down

0 comments on commit a693d8a

Please sign in to comment.