Upgrade to rustc 1.52.0-nightly (a8486b64b 2021-02-24)

This commit is contained in:
Simon Sapin 2021-02-25 10:30:33 +01:00
parent 479a42a980
commit aa854ec2d2
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
#![feature(assoc_char_funcs)]
#![feature(const_fn)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(core_intrinsics)]
#![feature(drain_filter)]
#![feature(plugin)]