Merge pull request #662 from BBasile/init-msg

Put the name of the variable which has a useless init between back ticks
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-06-14 13:46:02 +02:00 committed by GitHub
commit a9ef0763a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"];