We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d517a1c commit ae1726bCopy full SHA for ae1726b
compiler/stable_mir/src/mir/body.rs
@@ -498,7 +498,7 @@ pub const RETURN_LOCAL: Local = 0;
498
/// The source-order index of a field in a variant.
499
///
500
/// For example, in the following types,
501
-/// ```rust
+/// ```ignore(illustrative)
502
/// enum Demo1 {
503
/// Variant0 { a: bool, b: i32 },
504
/// Variant1 { c: u8, d: u64 },
@@ -514,7 +514,7 @@ type FieldIdx = usize;
514
/// The source-order index of a variant in a type.
515
516
517
518
519
520
0 commit comments