Stabilize associated type bounds

This commit is contained in:
Michael Goulet 2024-03-05 18:23:01 +00:00
parent a655e648a9
commit c63f3feb0f
95 changed files with 147 additions and 533 deletions

View file

@ -172,12 +172,12 @@
//
// Language features:
// tidy-alphabetical-start
#![cfg_attr(bootstrap, feature(associated_type_bounds))]
#![cfg_attr(not(test), feature(coroutine_trait))]
#![cfg_attr(test, feature(panic_update_hook))]
#![cfg_attr(test, feature(test))]
#![feature(allocator_internals)]
#![feature(allow_internal_unstable)]
#![feature(associated_type_bounds)]
#![feature(c_unwind)]
#![feature(cfg_sanitize)]
#![feature(const_mut_refs)]