Revert "implement @expect builtin (#19658)"
This reverts commit a7de02e052.
This did not implement the accepted proposal, and I did not sign off
on the changes. I would like a chance to review this, please.
This commit is contained in:
@@ -5546,7 +5546,6 @@ pub const Feature = enum {
|
||||
/// to generate better machine code in the backends. All backends should migrate to
|
||||
/// enabling this feature.
|
||||
safety_checked_instructions,
|
||||
can_expect,
|
||||
};
|
||||
|
||||
pub fn backendSupportsFeature(zcu: Module, feature: Feature) bool {
|
||||
|
||||
Reference in New Issue
Block a user