From 6c99b7501afeebb2dcdceb9aa15feee8988d205f Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 28 Jan 2025 10:53:03 -0500 Subject: [PATCH] Update src/stabilization_report_template.md Co-authored-by: Ralf Jung --- src/stabilization_report_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stabilization_report_template.md b/src/stabilization_report_template.md index 194f81fa..b5d3fc68 100644 --- a/src/stabilization_report_template.md +++ b/src/stabilization_report_template.md @@ -42,7 +42,7 @@ An example for async closures: https://rustc-dev-guide.rust-lang.org/coroutine-c (Be sure to link to tests demonstrating that these tests are being done.) -### Can users use this feature to introduce undefined behavior? (Describe.) +### 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.) ### What updates are needed to the reference/specification? (link to PRs when they exist)