update intrinsic const param counting

This commit is contained in:
Deadbeef
2024-06-16 15:12:22 +00:00
parent 3b14b756d8
commit 02aaea1803
3 changed files with 15 additions and 13 deletions

View File

@@ -200,6 +200,7 @@
// Language features:
// tidy-alphabetical-start
#![cfg_attr(bootstrap, feature(c_unwind))]
#![cfg_attr(bootstrap, feature(effects))]
#![feature(abi_unadjusted)]
#![feature(adt_const_params)]
#![feature(allow_internal_unsafe)]