Rollup merge of #47285 - AndrewBrinker:master, r=kennytm
Fixed a typo in the compile_error docs Noticed a typo and fixed it.
This commit is contained in:
commit
14a9e264ba
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ pub mod builtin {
|
||||||
/// Unconditionally causes compilation to fail with the given error message when encountered.
|
/// Unconditionally causes compilation to fail with the given error message when encountered.
|
||||||
///
|
///
|
||||||
/// This macro should be used when a crate uses a conditional compilation strategy to provide
|
/// This macro should be used when a crate uses a conditional compilation strategy to provide
|
||||||
/// better error messages for errornous conditions.
|
/// better error messages for erroneous conditions.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue