File tree 1 file changed +3
-3
lines changed
compiler/rustc_middle/src/mir
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ rustc_index::newtype_index! {
21
21
impl ExpressionOperandId {
22
22
/// An expression operand for a "zero counter", as described in the following references:
23
23
///
24
- /// * https://github.com/rust-lang/llvm-project/blob/rustc/11.0-2020-10-12/llvm/docs/CoverageMappingFormat.rst#counter
25
- /// * https://github.com/rust-lang/llvm-project/blob/rustc/11.0-2020-10-12/llvm/docs/CoverageMappingFormat.rst#tag
26
- /// * https://github.com/rust-lang/llvm-project/blob/rustc/11.0-2020-10-12/llvm/docs/CoverageMappingFormat.rst#counter-expressions
24
+ /// * < https://github.com/rust-lang/llvm-project/blob/rustc/11.0-2020-10-12/llvm/docs/CoverageMappingFormat.rst#counter>
25
+ /// * < https://github.com/rust-lang/llvm-project/blob/rustc/11.0-2020-10-12/llvm/docs/CoverageMappingFormat.rst#tag>
26
+ /// * < https://github.com/rust-lang/llvm-project/blob/rustc/11.0-2020-10-12/llvm/docs/CoverageMappingFormat.rst#counter-expressions>
27
27
///
28
28
/// This operand can be used to count two or more separate code regions with a single counter,
29
29
/// if they run sequentially with no branches, by injecting the `Counter` in a `BasicBlock` for
You can’t perform that action at this time.
0 commit comments