remove unstable const_type_id feature

This commit is contained in:
Ashley Mannix 2020-07-28 13:33:08 +10:00
parent e3856616ee
commit a99d2cbfe7
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
// will be properly rejected. This test will ensure that monomorphic use of these
// would not be wrongly rejected in patterns.
#![feature(const_type_id)]
#![feature(const_type_name)]
use std::any::{self, TypeId};

View File

@ -5,7 +5,6 @@
// This test case should either run-pass or be rejected at compile time.
// Currently we just disallow this usage and require pattern is monomorphic.
#![feature(const_type_id)]
#![feature(const_type_name)]
use std::any::{self, TypeId};