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 2be0f55 commit c7b4e37Copy full SHA for c7b4e37
1 file changed
library/core/src/intrinsics/mir.rs
@@ -62,7 +62,9 @@
62
//!
63
//! # Examples
64
65
-//! ```rust
+#![cfg_attr(panic = "unwind", doc = "```rust")]
66
+// This test can't support panic=abort because it generates an UnwindContinue MIR terminator.
67
+#![cfg_attr(panic = "abort", doc = "```ignore")]
68
//! #![feature(core_intrinsics, custom_mir)]
69
//! #![allow(internal_features)]
70
//! #![allow(unused_assignments)]
0 commit comments