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:
Andrew Kelley
2024-05-22 09:57:43 -07:00
parent a7de02e052
commit 9be8a9000f
25 changed files with 1 additions and 202 deletions

View File

@@ -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 {