about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-10-20 22:48:37 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-10-27 13:05:48 +0000
commit998a816106be58324598d8c4ea9ef9da6f3e38fd (patch)
treea4396b7fa7f434d79e7205885966e789e4799676 /compiler/rustc_span/src
parent621494382da59e3a899a968e7d445170dd37ba1d (diff)
downloadrust-998a816106be58324598d8c4ea9ef9da6f3e38fd.tar.gz
rust-998a816106be58324598d8c4ea9ef9da6f3e38fd.zip
Make `gen` blocks implement the `Iterator` trait
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 8ef16ed0dbf..0d21c19e519 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -226,6 +226,7 @@ symbols! {
         IpAddr,
         IrTyKind,
         Is,
+        Item,
         ItemContext,
         IterEmpty,
         IterOnce,