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.
1 parent fc61375 commit b960e24Copy full SHA for b960e24
library/core/src/prelude/v1.rs
@@ -75,6 +75,7 @@ mod ambiguous_macro_only {
75
pub use crate::*;
76
}
77
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
78
+#[doc(no_inline)]
79
pub use self::ambiguous_macro_only::{env, panic};
80
81
#[unstable(feature = "cfg_select", issue = "115585")]
library/std/src/prelude/v1.rs
@@ -70,6 +70,7 @@ mod ambiguous_macro_only_std {
70
71
72
73
74
pub use self::ambiguous_macro_only_std::{vec, panic};
0 commit comments