Skip to content

Commit

Permalink
Update comment of TRUST.system
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB committed Dec 26, 2024
1 parent cf64f24 commit 6128ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/astenums.d
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ enum ThreeState : ubyte
enum TRUST : ubyte
{
default_ = 0,
system = 1, // @system (same as TRUST.default)
system = 1, // @system (same as TRUST.default unless feature "safer" is enabled)
trusted = 2, // @trusted
safe = 3, // @safe
}
Expand Down

0 comments on commit 6128ce6

Please sign in to comment.