mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
stage2: implement noinline fn
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user