1
Fork 0

Revert "Stabilize #![feature(target_feature_11)]"

This reverts commit b379d216ee.
This commit is contained in:
Léo Lanteri Thauvin 2023-03-02 13:41:17 +01:00
parent 18caf88956
commit bfe5189904
28 changed files with 151 additions and 78 deletions

View file

@ -233,6 +233,7 @@
#![feature(simd_ffi)]
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]
#![feature(target_feature_11)]
#![feature(trait_alias)]
#![feature(transparent_unions)]
#![feature(try_blocks)]