| author | |
| committer | |
| log | f7dddd4c81a9531b78b4f03fd4536831978475eb |
| tree | 3c58450db4224c5f9ff5daa8e67ab9710f034174 |
| parent | ee821b2d7fa62310383bc22b527b1843aecc7e22 |
| signature |
Followup to 902df103c6151c257c90de9ba5f29f7f4b9dbea2.
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/debug.zig-2| ... | ... | @@ -81,8 +81,6 @@ const PdbOrDwarf = union(enum) { |
| 81 | 81 | |
| 82 | 82 | var stderr_mutex = std.Thread.Mutex{}; |
| 83 | 83 | |
| 84 | pub const warn = @compileError("deprecated; use `std.log` functions for logging or `std.debug.print` for 'printf debugging'"); | |
| 85 | ||
| 86 | 84 | /// Print to stderr, unbuffered, and silently returning on failure. Intended |
| 87 | 85 | /// for use in "printf debugging." Use `std.log` functions for proper logging. |
| 88 | 86 | pub fn print(comptime fmt: []const u8, args: anytype) void { |