We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd34606 commit da75d32Copy full SHA for da75d32
library/core/src/macros/mod.rs
@@ -1,6 +1,6 @@
1
#[doc(include = "panic.md")]
2
#[macro_export]
3
-#[allow_internal_unstable(core_panic, const_caller_location)]
+#[allow_internal_unstable(core_panic)]
4
#[stable(feature = "core", since = "1.6.0")]
5
#[rustc_diagnostic_item = "core_panic_macro"]
6
macro_rules! panic {
0 commit comments