1
Fork 0

hide host param from generic parameter list of ~const bounds

This commit is contained in:
Oli Scherer 2023-10-12 17:14:19 +00:00
parent cfb6afa296
commit 6724f9926c
4 changed files with 18 additions and 9 deletions

View file

@ -6,6 +6,7 @@
#![feature(array_methods)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(if_let_guard)]
#![feature(impl_trait_in_assoc_type)]
#![feature(iter_intersperse)]
#![feature(lazy_cell)]