We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f73f16 commit 65a770cCopy full SHA for 65a770c
library/core/src/primitive_docs.rs
@@ -130,6 +130,7 @@ mod prim_bool {}
130
/// [`Result<String, !>`] which we can unpack like this:
131
///
132
/// ```
133
+/// # #![cfg_attr(bootstrap, feature(exhaustive_patterns))]
134
/// use std::str::FromStr;
135
/// let Ok(s) = String::from_str("hello");
136
library/std/src/primitive_docs.rs
0 commit comments