diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-20 10:29:42 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-06 06:43:58 +0200 |
| commit | 4edfa6d4c90550d20c66fbb79223939e114edf73 (patch) | |
| tree | 84e1583c647ee86e01ce231d1e8f7bde492bbf0e /src/librustc/ich/impls_syntax.rs | |
| parent | e7b544ee836831b1b469f62816ab965b2790351c (diff) | |
| download | rust-4edfa6d4c90550d20c66fbb79223939e114edf73.tar.gz rust-4edfa6d4c90550d20c66fbb79223939e114edf73.zip | |
Enforce 'cond: bool' in while-expr + improve reachability diags.
Diffstat (limited to 'src/librustc/ich/impls_syntax.rs')
| -rw-r--r-- | src/librustc/ich/impls_syntax.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/ich/impls_syntax.rs b/src/librustc/ich/impls_syntax.rs index 9430661f75a..1db18d30282 100644 --- a/src/librustc/ich/impls_syntax.rs +++ b/src/librustc/ich/impls_syntax.rs @@ -415,7 +415,7 @@ impl_stable_hash_for!(enum ::syntax_pos::hygiene::ExpnFormat { }); impl_stable_hash_for!(enum ::syntax_pos::hygiene::CompilerDesugaringKind { - IfTemporary, + CondTemporary, Async, Await, QuestionMark, |
