We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 499887f + 403292d commit bba6ddaCopy full SHA for bba6dda
src/libcore/macros.rs
@@ -680,7 +680,7 @@ pub(crate) mod builtin {
680
///
681
/// This macro should be used when a crate uses a conditional compilation strategy to provide
682
/// better error messages for erroneous conditions. It's the compiler-level form of [`panic!`],
683
- /// which emits an error at *runtime*, rather than during compilation.
+ /// but emits an error during *compilation* rather than at *runtime*.
684
685
/// # Examples
686
0 commit comments