We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525ed52 commit 7306a99Copy full SHA for 7306a99
std/typecons.d
@@ -1146,7 +1146,7 @@ if (distinctFieldNames!(Specs))
1146
}
1147
1148
///
1149
- static if (Specs.length == 0) @safe unittest
+ static if (Specs.length == 0) @system unittest
1150
{
1151
//replace names by their position
1152
@@ -1166,7 +1166,7 @@ if (distinctFieldNames!(Specs))
1166
assert(t2Named.c == 3);
1167
1168
1169
1170
1171
//check that empty translations work fine
1172
enum string[string] a0 = null;
0 commit comments