use min_const_generics to avoid incomplete_features (#976)
This commit is contained in:
parent
275bd33492
commit
8c6b267d44
1 changed files with 0 additions and 2 deletions
|
|
@ -2,13 +2,11 @@
|
|||
#![allow(improper_ctypes_definitions)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_features)]
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(
|
||||
asm,
|
||||
const_fn,
|
||||
const_fn_union,
|
||||
const_fn_transmute,
|
||||
const_generics,
|
||||
custom_inner_attributes,
|
||||
link_llvm_intrinsics,
|
||||
platform_intrinsics,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue