]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_expand/src/mbe/transcribe.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_expand / src / mbe / transcribe.rs
index 47a8b4bc48885515c701122f62ee6622b0113373..a07cb65170dcae4fdacdee20f4f13c769f73447a 100644 (file)
@@ -367,7 +367,7 @@ impl LockstepIterSize {
 ///
 /// Example: `$($($x $y)+*);+` -- we need to make sure that `x` and `y` repeat the same amount as
 /// each other at the given depth when the macro was invoked. If they don't it might mean they were
-/// declared at unequal depths or there was a compile bug. For example, if we have 3 repetitions of
+/// declared at depths which weren't equal or there was a compiler bug. For example, if we have 3 repetitions of
 /// the outer sequence and 4 repetitions of the inner sequence for `x`, we should have the same for
 /// `y`; otherwise, we can't transcribe them both at the given depth.
 fn lockstep_iter_size(