1
Fork 0

Separate contract feature gates for the internal machinery

The extended syntax for function signature that includes contract clauses
should never be user exposed versus the interface we want to ship
externally eventually.
This commit is contained in:
Felix S. Klock II 2024-12-03 16:13:00 +00:00 committed by Celina G. Val
parent b279ff9dcf
commit 6a6c6b891b
20 changed files with 210 additions and 28 deletions

View file

@ -1716,6 +1716,8 @@ symbols! {
rustc_const_stable,
rustc_const_stable_indirect,
rustc_const_unstable,
rustc_contracts,
rustc_contracts_internals,
rustc_conversion_suggestion,
rustc_deallocator,
rustc_def_path,