From b87e1ecdf05d4fb2d14f13d760bb37098c58b06e Mon Sep 17 00:00:00 2001 From: Dániel Buga Date: Fri, 29 Jan 2021 08:31:08 +0100 Subject: Box the biggest ast::ItemKind variants --- compiler/rustc_interface/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_interface/src/lib.rs') diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs index 0935eb2bd71..f2b69da3f86 100644 --- a/compiler/rustc_interface/src/lib.rs +++ b/compiler/rustc_interface/src/lib.rs @@ -1,4 +1,5 @@ #![feature(bool_to_option)] +#![feature(box_patterns)] #![feature(box_syntax)] #![feature(internal_output_capture)] #![feature(nll)] -- cgit 1.4.1-3-g733a5