errorSupplemental

Print additional details about an error message. Doesn't increase the error count or print an additional error prefix.

nothrow extern (C++)
void
errorSupplemental
(
const ref Loc loc
,
const(char)* format
,)

Parameters

loc
Type: Loc

location of error

format
Type: const(char)*

printf-style format specification ... = printf-style variadic arguments

Meta