Cleanup feature gates.

This commit is contained in:
Camille GILLOT 2022-01-19 16:24:49 +01:00
parent 3c7947ee43
commit 27d8cd7db0
111 changed files with 236 additions and 272 deletions

View file

@ -1,6 +1,6 @@
// Regression test for #23827
#![feature(core, fn_traits, unboxed_closures)]
#![feature(fn_traits, unboxed_closures)]
pub struct Prototype {
pub target: u32