stage2: implement noinline fn

This commit is contained in:
Meghan
2022-07-24 01:56:33 -07:00
committed by GitHub
parent 903bed931d
commit dea437edfb
7 changed files with 47 additions and 7 deletions

View File

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