We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0639b commit 2b875f0Copy full SHA for 2b875f0
example/mini_core.rs
@@ -420,7 +420,6 @@ pub fn panic(_msg: &'static str) -> ! {
420
421
macro_rules! panic_const {
422
($($lang:ident = $message:expr,)+) => {
423
- #[cfg(not(bootstrap))]
424
pub mod panic_const {
425
use super::*;
426
src/lib.rs
@@ -23,7 +23,6 @@
23
trusted_len,
24
hash_raw_entry
25
)]
26
-#![cfg_attr(bootstrap, feature(associated_type_bounds))]
27
#![allow(broken_intra_doc_links)]
28
#![recursion_limit = "256"]
29
#![warn(rust_2018_idioms)]
0 commit comments