about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-06-12 18:15:33 -0400
committerMichael Goulet <michael@errs.io>2024-06-13 09:34:28 -0400
commitd3812ac95fbf67725f1d13392a611b776b1a2608 (patch)
tree21d284ab46b2aed45912368e80e9f4c8fbb3ab7f /compiler/rustc_span/src
parent921645c737f1d6d107a0a10ca5ee129d364dcd7a (diff)
downloadrust-d3812ac95fbf67725f1d13392a611b776b1a2608.tar.gz
rust-d3812ac95fbf67725f1d13392a611b776b1a2608.zip
LangItem-ify Coroutine trait in solvers
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index e245dfb9f5d..c89323b7f16 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -635,7 +635,9 @@ symbols! {
         coroutine,
         coroutine_clone,
         coroutine_resume,
+        coroutine_return,
         coroutine_state,
+        coroutine_yield,
         coroutines,
         cosf128,
         cosf16,