Skip to content

Commit a99d2cb

Browse files
committed
remove unstable const_type_id feature
1 parent e385661 commit a99d2cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/ui/consts/issue-73976-monomorphic.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// will be properly rejected. This test will ensure that monomorphic use of these
66
// would not be wrongly rejected in patterns.
77

8-
#![feature(const_type_id)]
98
#![feature(const_type_name)]
109

1110
use std::any::{self, TypeId};

src/test/ui/consts/issue-73976-polymorphic.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// This test case should either run-pass or be rejected at compile time.
66
// Currently we just disallow this usage and require pattern is monomorphic.
77

8-
#![feature(const_type_id)]
98
#![feature(const_type_name)]
109

1110
use std::any::{self, TypeId};

0 commit comments

Comments
 (0)