diff options
| author | gimbles <93856041+gimbles@users.noreply.github.com> | 2023-03-15 23:55:48 +0530 |
|---|---|---|
| committer | gimbles <93856041+gimbles@users.noreply.github.com> | 2023-03-15 23:55:48 +0530 |
| commit | e5a5b90afc527dfb87f6034b52b7adca063ca078 (patch) | |
| tree | 09310f0004bea5e3e0685199a49162acf091d28e /compiler/rustc_expand/src | |
| parent | e4b9f86054c581d931f8bad0c87523c53e1e8e3f (diff) | |
| download | rust-e5a5b90afc527dfb87f6034b52b7adca063ca078.tar.gz rust-e5a5b90afc527dfb87f6034b52b7adca063ca078.zip | |
unequal → not equal
Diffstat (limited to 'compiler/rustc_expand/src')
| -rw-r--r-- | compiler/rustc_expand/src/mbe/transcribe.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/mbe/transcribe.rs b/compiler/rustc_expand/src/mbe/transcribe.rs index 47a8b4bc488..a07cb65170d 100644 --- a/compiler/rustc_expand/src/mbe/transcribe.rs +++ b/compiler/rustc_expand/src/mbe/transcribe.rs @@ -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( |
