Implement next trait solver

This commit is contained in:
jackh726 2025-08-01 14:29:21 +00:00
parent 44bdfdf768
commit 9418a3f2df
109 changed files with 19148 additions and 1317 deletions

View file

@ -178,6 +178,8 @@ define_symbols! {
core,
coroutine_state,
coroutine,
coroutine_return,
coroutine_yield,
count,
crate_type,
CStr,
@ -226,6 +228,8 @@ define_symbols! {
async_fn_once_output,
async_fn_mut,
async_fn,
call_ref_future,
call_once_future,
fn_ptr_addr,
fn_ptr_trait,
format_alignment,
@ -416,6 +420,7 @@ define_symbols! {
rustc_allow_incoherent_impl,
rustc_builtin_macro,
rustc_coherence_is_core,
rustc_coinductive,
rustc_const_panic_str,
rustc_deallocator,
rustc_deprecated_safe_2024,