We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d62f33a + 0fe466c commit 32dd56bCopy full SHA for 32dd56b
compiler/rustc_middle/src/thir.rs
@@ -839,7 +839,7 @@ pub enum PatKind<'tcx> {
839
/// exhaustiveness to cover exactly its own value, similar to `&str`, but these values are
840
/// much simpler.
841
/// * raw pointers derived from integers, other raw pointers will have already resulted in an
842
- // error.
+ /// error.
843
/// * `String`, if `string_deref_patterns` is enabled.
844
Constant {
845
value: ty::Value<'tcx>,
0 commit comments