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:
Corey Farwell 2018-01-09 22:28:25 -05:00 committed by GitHub
commit 14a9e264ba

View file

@ -283,7 +283,7 @@ pub mod builtin {
/// 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
/// better error messages for errornous conditions.
/// better error messages for erroneous conditions.
///
/// # Examples
///