We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c24af commit 446db51Copy full SHA for 446db51
compiler/rustc_middle/src/mir/syntax.rs
@@ -522,7 +522,7 @@ pub enum CallSource {
522
/// This was from comparison generated by a match, used by const-eval for better errors
523
/// when the comparison cannot be done in compile time.
524
///
525
- /// See https://github.com/rust-lang/rust/issues/90237.
+ /// (see <https://github.com/rust-lang/rust/issues/90237>)
526
MatchCmp,
527
/// Other types of desugaring that did not come from the HIR, but we don't care about
528
/// for diagnostics (yet).
0 commit comments