We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418cde0 commit 5ae0f26Copy full SHA for 5ae0f26
tests/ui/escape_analysis.rs
@@ -177,5 +177,5 @@ mod issue_3739 {
177
178
/// Issue #5542
179
///
180
-/// This shouldn't warn for `boxed_local` as it is a function to be used in C.
+/// This shouldn't warn for `boxed_local` as it is intended to called from non-Rust code.
181
pub extern "C" fn do_not_warn_me(_c_pointer: Box<String>) -> () {}
0 commit comments