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
..
2023-04-18 14:59:01 +03:00
2023-03-25 14:09:00 +02:00
2023-04-05 08:23:07 +02:00
2023-04-05 08:23:07 +02:00
2023-03-21 15:01:45 +02:00
2023-04-18 18:42:02 -07:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2023-04-15 10:33:08 -07:00
2023-03-15 10:48:15 -07:00
2023-03-03 02:37:45 -05:00
2023-02-20 09:09:05 +11:00
2023-03-15 10:48:12 -07:00
2023-04-08 09:59:35 -05:00
2022-09-11 23:18:43 -04:00
2023-04-09 20:08:18 -04:00
2023-03-17 17:50:25 +01:00
2023-04-13 02:47:16 -04:00
2023-03-09 14:55:13 -06:00