about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
diff options
context:
space:
mode:
authorEthan Brierley <ethanboxx@gmail.com>2021-05-18 10:37:28 +0100
committerEthan Brierley <ethanboxx@gmail.com>2021-06-14 09:58:32 +0100
commitb59f7d9662b47e1d62f09ec448dbda321fa5a406 (patch)
tree451307dee2ad7bb8834f86b90e3ceb05bf2ff551 /compiler/rustc_middle/src
parent14831568d506b5ee7be3e7d5a2f029ce9048b609 (diff)
downloadrust-b59f7d9662b47e1d62f09ec448dbda321fa5a406.tar.gz
rust-b59f7d9662b47e1d62f09ec448dbda321fa5a406.zip
stabilize `int_error_matching`
Diffstat (limited to 'compiler/rustc_middle/src')
-rw-r--r--compiler/rustc_middle/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs
index e1d7bc4be53..649913dd025 100644
--- a/compiler/rustc_middle/src/lib.rs
+++ b/compiler/rustc_middle/src/lib.rs
@@ -42,7 +42,6 @@
 #![feature(crate_visibility_modifier)]
 #![feature(associated_type_bounds)]
 #![feature(rustc_attrs)]
-#![feature(int_error_matching)]
 #![feature(half_open_range_patterns)]
 #![feature(exclusive_range_pattern)]
 #![feature(control_flow_enum)]