mlugg 77fdd76c16 std: fix uses of comptime blocks in non-inline functions
ccf670c made using `return` from within a comptime block in a non-inline
function illegal, since it is a use of runtime control flow in a
comptime block. It is allowed if the function in question is `inline`,
since no actual control flow occurs in this case. A few functions from
std (notably `std.fmt.comptimePrint`) needed to be marked `inline` to
support this change.
2023-04-18 19:51:18 -07:00
..
2021-11-09 07:08:27 -05:00
2023-04-06 00:57:23 -04:00
2023-03-16 18:25:59 -07:00
2022-12-06 12:15:05 -07:00