]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/meta-macro-hygiene.rs
normalize stderr
[rust.git] / src / test / ui / proc-macro / meta-macro-hygiene.rs
index 62968ea54e0aa289eb3de58809d2febbfd819ba8..70b8d8da19b3261d070d3a5f28d9c35f43c053f3 100644 (file)
@@ -19,8 +19,8 @@ macro_rules! produce_it {
         // `print_def_site!` will respan the `$crate` identifier
         // with `Span::def_site()`. This should cause it to resolve
         // relative to `meta_macro`, *not* `make_macro` (despite
-        // the fact that that `print_def_site` is produced by
-        // `macro_rules!` macro in `make_macro`).
+        // the fact that `print_def_site` is produced by a
+        // `macro_rules!` macro in `make_macro`).
         meta_macro::print_def_site!($crate::dummy!());
     }
 }