aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-05-22 09:57:43 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-05-22 09:57:43 -0700
commit9be8a9000faead40b1aec4877506ff10b066659c (patch)
tree6dd2ebc0520ed61c8221e04a01b4b2f715f5520c /src/Module.zig
parenta7de02e05216db9a04e438703ddf1b6b12f3fbef (diff)
downloadzig-9be8a9000faead40b1aec4877506ff10b066659c.tar.gz
zig-9be8a9000faead40b1aec4877506ff10b066659c.zip
Revert "implement `@expect` builtin (#19658)"
This reverts commit a7de02e05216db9a04e438703ddf1b6b12f3fbef. 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.
Diffstat (limited to 'src/Module.zig')
-rw-r--r--src/Module.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Module.zig b/src/Module.zig
index 9fc038ecd9..c571c851fe 100644
--- a/src/Module.zig
+++ b/src/Module.zig
@@ -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 {