Add UB checks / opt question

This commit is contained in:
Jieyou Xu 2025-06-19 19:08:53 +08:00
parent c7e38e9640
commit beb25e1390
No known key found for this signature in database
GPG Key ID: 045B995028EA6AFC
1 changed files with 5 additions and 1 deletions

View File

@ -76,7 +76,11 @@
*TODO*
> ### 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.)
> ### 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?
*TODO*
> ### 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.)
*TODO*