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:
committed by
Celina G. Val
parent
b279ff9dcf
commit
6a6c6b891b
@@ -248,7 +248,7 @@ pub mod autodiff {
|
||||
}
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
#[unstable(feature = "rustc_contracts", issue = "none")]
|
||||
#[unstable(feature = "rustc_contracts", issue = "133866")]
|
||||
pub mod contracts;
|
||||
|
||||
#[unstable(feature = "cfg_match", issue = "115585")]
|
||||
|
||||
Reference in New Issue
Block a user