fix doc
This commit is contained in:
parent
89c24af133
commit
446db517af
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ pub enum CallSource {
|
||||||
/// This was from comparison generated by a match, used by const-eval for better errors
|
/// This was from comparison generated by a match, used by const-eval for better errors
|
||||||
/// when the comparison cannot be done in compile time.
|
/// when the comparison cannot be done in compile time.
|
||||||
///
|
///
|
||||||
/// See https://github.com/rust-lang/rust/issues/90237.
|
/// (see <https://github.com/rust-lang/rust/issues/90237>)
|
||||||
MatchCmp,
|
MatchCmp,
|
||||||
/// Other types of desugaring that did not come from the HIR, but we don't care about
|
/// Other types of desugaring that did not come from the HIR, but we don't care about
|
||||||
/// for diagnostics (yet).
|
/// for diagnostics (yet).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue