Function warn
pub comptime fn warn<let N: u32, T, let N2: u32, T2>(
_msg: fmtstr<N, T>,
_secondary: Option<fmtstr<N2, T2>>,
_location: Location,
)
pub comptime fn warn<let N: u32, T, let N2: u32, T2>(
_msg: fmtstr<N, T>,
_secondary: Option<fmtstr<N2, T2>>,
_location: Location,
)
Issues a warning diagnostic at the given location with the given primary message and an optional secondary message. Execution continues after this function is called.