diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-02-26 21:17:29 -0600 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-03-01 09:04:11 -0600 |
| commit | 6a3b834b39e0d6418e96cd7e3abd8043afd89d1c (patch) | |
| tree | 19254bb007ea2d766d8aab3f6c0763455711cdc3 /compiler/rustc_span/src | |
| parent | eada4d1c457f4421713cdabe7b57d70ae23a4278 (diff) | |
| download | rust-6a3b834b39e0d6418e96cd7e3abd8043afd89d1c.tar.gz rust-6a3b834b39e0d6418e96cd7e3abd8043afd89d1c.zip | |
Use diagnostic items in into_iter_collections
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 1cc43fa8eb2..f87267da9f6 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -195,6 +195,7 @@ symbols! { RangeToInclusive, Rc, Ready, + Receiver, Result, Return, Right, |
