X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_middle%2Fsrc%2Fmir%2Fcoverage.rs;h=640d3a5a02b0f0ae7e1efc759a9f13a9997096a5;hb=2a9e0831d6603d87220cedd1b1293e2eb82ef55c;hp=ddb1a84fe7bdffbd368cf8028572c4916a27f704;hpb=1a385b80dca128bfc5c9fc4cfb0bc8e9f5a3ef07;p=rust.git diff --git a/compiler/rustc_middle/src/mir/coverage.rs b/compiler/rustc_middle/src/mir/coverage.rs index ddb1a84fe7b..640d3a5a02b 100644 --- a/compiler/rustc_middle/src/mir/coverage.rs +++ b/compiler/rustc_middle/src/mir/coverage.rs @@ -21,9 +21,9 @@ pub struct ExpressionOperandId { impl ExpressionOperandId { /// An expression operand for a "zero counter", as described in the following references: /// - /// * - /// * - /// * + /// * + /// * + /// * /// /// This operand can be used to count two or more separate code regions with a single counter, /// if they run sequentially with no branches, by injecting the `Counter` in a `BasicBlock` for