File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $(H2 $(LNAME2 usage, Usage))
38
38
$(P `@trusted` functions have all the capabilities of `@system` functions but may be called from
39
39
`@safe` functions. For this reason they should be very limited in the scope of their use. Typical uses of
40
40
`@trusted` functions include wrapping system calls that take buffer pointer and length arguments separately so that
41
- @safe` functions may call them with arrays.)
41
+ ` @safe` functions may call them with arrays. `@trusted` functions must have a $(DDSUBLINK spec/function, safe-interfaces, safe interface) .)
42
42
43
43
$(P `@safe` functions have a number of restrictions on what they may do and are intended to disallow operations that
44
44
may cause memory corruption. See $(DDSUBLINK spec/function, safe-functions, `@safe` functions).)
You can’t perform that action at this time.
0 commit comments