errorSupplemental

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

nothrow extern (C++)
static if(__VERSION__ < 2092)
void
errorSupplemental
(
const ref Loc loc
,
const(char)* format
,)

Parameters

loc Loc

location of error

format const(char)*

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

Suggestion Box / Bug Report