Skip to content

Commit e36cd95

Browse files
authored
[deprecate.dd] asm @safe is not allowed (#3644)
1 parent 0e58904 commit e36cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deprecate.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ $(H4 Corrective Action)
10501050
---
10511051
void foo() @safe
10521052
{
1053-
asm @safe { noop; }
1053+
asm @trusted { noop; }
10541054
}
10551055
---
10561056
)

0 commit comments

Comments
 (0)