Skip to content

Commit 446db51

Browse files
committed
fix doc
1 parent 89c24af commit 446db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/syntax.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ pub enum CallSource {
522522
/// This was from comparison generated by a match, used by const-eval for better errors
523523
/// when the comparison cannot be done in compile time.
524524
///
525-
/// See https://github.com/rust-lang/rust/issues/90237.
525+
/// (see <https://github.com/rust-lang/rust/issues/90237>)
526526
MatchCmp,
527527
/// Other types of desugaring that did not come from the HIR, but we don't care about
528528
/// for diagnostics (yet).

0 commit comments

Comments
 (0)