1
Fork 0

Remove box syntax from rustc_infer

This commit is contained in:
est31 2021-08-05 04:43:06 +02:00
parent 489744f900
commit 15672dc695
5 changed files with 4 additions and 5 deletions

View file

@ -15,7 +15,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(extend_one)]
#![feature(iter_zip)]
#![feature(never_type)]