Move folding and visiting traits into type library

This commit is contained in:
Alan Egerton
2023-02-10 16:14:18 +00:00
parent 9fa6bb2aa0
commit 459e142413
10 changed files with 805 additions and 755 deletions

View File

@@ -48,12 +48,10 @@
#![feature(associated_type_bounds)]
#![feature(rustc_attrs)]
#![feature(control_flow_enum)]
#![feature(associated_type_defaults)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![feature(try_reserve_kind)]
#![feature(nonzero_ops)]
#![feature(unwrap_infallible)]
#![feature(decl_macro)]
#![feature(drain_filter)]
#![feature(intra_doc_pointers)]