Skip to content

Commit 7a4e480

Browse files
jieyouxutraviscross
authored andcommitted
Add UB checks / opt question
1 parent c01bf8c commit 7a4e480

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/stabilization_report_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@
7676
7777
*TODO*
7878

79-
> ### Can users use this feature to introduce undefined behavior, or use this feature to break the abstraction > of Rust and expose the underlying assembly-level implementation? (Describe.)
79+
> ### Does the feature's implementation need checks to prevent UB or is it sound by default and needs opt in in places to perform the dangerous/unsafe operations? If it is not sound by default, what is the rationale?
80+
81+
*TODO*
82+
83+
> ### Can users use this feature to introduce undefined behavior, or use this feature to break the abstraction of Rust and expose the underlying assembly-level implementation? (Describe.)
8084
8185
*TODO*
8286

0 commit comments

Comments
 (0)