1
Fork 0

consistently handle global where-bounds

This commit is contained in:
lcnr 2024-10-29 16:10:13 +01:00
parent 5f548890b8
commit 3350b9faad
6 changed files with 253 additions and 346 deletions

View file

@ -23,6 +23,7 @@
#![feature(extract_if)]
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(iterator_try_reduce)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(rustdoc_internals)]