Skip to content

Commit b3d0f2a

Browse files
authored
Added out-of-scope single operation unsafes
1 parent 6ed23cd commit b3d0f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3768-safe-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ Also, someone on the forum mentioned that asm_goto had to do a similar thing as
176176

177177
Before this RFC gets merged, I expect to resolve how where this would be implemented in the compilation process so this can be effectively implemented. Before merging, I also expect to resolve information relevant to the proposed lint such as the name, detection, and if adding said lint is even a good idea.
178178

179+
Something considered out-of-scope would be single-operation unsafes. A brief explanation is it is an idea to add a way to mark a single operation as unsafe without making an unsafe block; however this is out-of-scope.
180+
179181
# Future possibilities
180182
[future-possibilities]: #future-possibilities
181183

0 commit comments

Comments
 (0)