We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538e17a commit b3fdde4Copy full SHA for b3fdde4
src/libstd/macros.rs
@@ -405,7 +405,7 @@ mod builtin {
405
///
406
/// ```compile_fail
407
/// #[cfg(not(any(feature = "foo", feature = "bar")))]
408
- /// compile_error!("Either feature \"foo\" or \"bar\" must be enabled for this crate.")
+ /// compile_error!("Either feature \"foo\" or \"bar\" must be enabled for this crate.");
409
/// ```
410
411
/// [`panic!`]: ../std/macro.panic.html
0 commit comments