Skip to content

Commit 31c89e0

Browse files
committed
Deprecate tcx.mk_*
1 parent e21f6c8 commit 31c89e0

File tree

2 files changed

+82
-2
lines changed

2 files changed

+82
-2
lines changed

compiler/rustc_middle/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
//! This API is completely unstable and subject to change.
2424
2525
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
26+
#![feature(deprecated_suggestion)]
2627
#![feature(allocator_api)]
2728
#![feature(array_windows)]
2829
#![feature(assert_matches)]

0 commit comments

Comments
 (0)