diff options
Diffstat (limited to 'src/Module.zig')
| -rw-r--r-- | src/Module.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Module.zig b/src/Module.zig index 8f7c42b542..fd97e5c948 100644 --- a/src/Module.zig +++ b/src/Module.zig @@ -1488,7 +1488,7 @@ pub const Fn = struct { branch_quota: u32, state: Analysis, is_cold: bool = false, - is_noinline: bool = false, + is_noinline: bool, calls_or_awaits_errorable_fn: bool = false, /// Any inferred error sets that this function owns, both its own inferred error set and |
