Namespaces

Functions

fn PanicFn([]const u8, ?*StackTrace, ?usize) noreturn

This function type is used by the Zig language code generation and therefore mu…

This function type is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.

inline fn addErrRetTraceAddr(st: *StackTrace, addr: usize) void

No documentation provided.

fn checkNonScalarSentinel(expected: anytype, actual: @TypeOf(expected)) void

No documentation provided.

fn default_panic(msg: []const u8, error_return_trace: ?*StackTrace, ret_addr: ?usize) noreturn

This function is used by the Zig language code generation and therefore must be…

This function is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.

fn panicInactiveUnionField(active: anytype, wanted: @TypeOf(active)) noreturn

No documentation provided.

fn panicOutOfBounds(index: usize, len: usize) noreturn

No documentation provided.

fn panicSentinelMismatch(expected: anytype, actual: @TypeOf(expected)) noreturn

No documentation provided.

fn panicStartGreaterThanEnd(start: usize, end: usize) noreturn

No documentation provided.

fn panicUnwrapError(st: ?*StackTrace, err: anyerror) noreturn

No documentation provided.

fn returnError(st: *StackTrace) void

No documentation provided.

Values

TypeId
undefined
VaList
type

This data structure is used by the Zig language code generation and therefore m…

panic
PanicFn

This function is used by the Zig language code generation and therefore must be…

subsystem
?std.Target.SubSystem

explicit_subsystem is missing when the subsystem is automatically detected, s…