Put the name of the variable which has a useless init between back ticks

This commit is contained in:
Basile Burg 2018-06-14 11:50:14 +02:00
parent 5a6101084f
commit 727dd27662
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ private:
}
else
{
enum msg = `Variable %s initializer is useless because it does not differ from the default value`;
enum msg = "Variable `%s` initializer is useless because it does not differ from the default value";
}
static immutable intDefs = ["0", "0L", "0UL", "0uL", "0U", "0x0", "0b0"];