From beb25e1390b14660d32bd7d9e3724a07aacb000f Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Thu, 19 Jun 2025 19:08:53 +0800 Subject: [PATCH] Add UB checks / opt question --- src/stabilization_report_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/stabilization_report_template.md b/src/stabilization_report_template.md index a0e04f5d..75b84b0e 100644 --- a/src/stabilization_report_template.md +++ b/src/stabilization_report_template.md @@ -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*