diff options
| author | varkor <github@varkor.com> | 2019-08-01 00:41:54 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-08-02 02:44:36 +0100 |
| commit | c28ce3e4ca021aea5ca25227c0e46d9b47095db6 (patch) | |
| tree | baae77321295ecfd9077bc52342ea5ba78cc9eec /src/librustc/ich | |
| parent | fc48541ab19cdd68a2b0228004e64d3cbb7a1ecb (diff) | |
| download | rust-c28ce3e4ca021aea5ca25227c0e46d9b47095db6.tar.gz rust-c28ce3e4ca021aea5ca25227c0e46d9b47095db6.zip | |
Replace "existential" by "opaque"
Diffstat (limited to 'src/librustc/ich')
| -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 e0e7988a744..0c9c9adcf9d 100644 --- a/src/librustc/ich/impls_syntax.rs +++ b/src/librustc/ich/impls_syntax.rs @@ -418,7 +418,7 @@ impl_stable_hash_for!(enum ::syntax_pos::hygiene::DesugaringKind { Async, Await, QuestionMark, - ExistentialType, + OpaqueTy, ForLoop, TryBlock }); |
