We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deprecated_suggestion
1 parent f986331 commit e6359ecCopy full SHA for e6359ec
core/src/lib.rs
@@ -166,6 +166,7 @@
166
#![feature(const_refs_to_cell)]
167
#![feature(decl_macro)]
168
#![feature(derive_default_enum)]
169
+#![cfg_attr(not(bootstrap), feature(deprecated_suggestion))]
170
#![feature(doc_cfg)]
171
#![feature(doc_notable_trait)]
172
#![feature(rustdoc_internals)]
std/src/lib.rs
@@ -270,6 +270,7 @@
270
271
#![feature(doc_cfg_hide)]
272
273
274
#![feature(doc_masked)]
275
276
#![feature(dropck_eyepatch)]
0 commit comments