mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 02:29:44 +00:00
Implement next trait solver
This commit is contained in:
parent
44bdfdf768
commit
9418a3f2df
109 changed files with 19148 additions and 1317 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue