From 446db517af476c646844dc7064c3f472068d22f5 Mon Sep 17 00:00:00 2001 From: Deadbeef Date: Mon, 19 Jun 2023 03:47:27 +0000 Subject: [PATCH] fix doc --- compiler/rustc_middle/src/mir/syntax.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_middle/src/mir/syntax.rs b/compiler/rustc_middle/src/mir/syntax.rs index fb3841f8776..57ec08bee4d 100644 --- a/compiler/rustc_middle/src/mir/syntax.rs +++ b/compiler/rustc_middle/src/mir/syntax.rs @@ -522,7 +522,7 @@ pub enum CallSource { /// This was from comparison generated by a match, used by const-eval for better errors /// when the comparison cannot be done in compile time. /// - /// See https://github.com/rust-lang/rust/issues/90237. + /// (see ) MatchCmp, /// Other types of desugaring that did not come from the HIR, but we don't care about /// for diagnostics (yet).