diff options
| author | Michael Goulet <michael@errs.io> | 2024-06-12 18:15:33 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-06-13 09:34:28 -0400 |
| commit | d3812ac95fbf67725f1d13392a611b776b1a2608 (patch) | |
| tree | 21d284ab46b2aed45912368e80e9f4c8fbb3ab7f /compiler/rustc_span/src | |
| parent | 921645c737f1d6d107a0a10ca5ee129d364dcd7a (diff) | |
| download | rust-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.rs | 2 |
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, |
