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 cc26924 commit 418cde0Copy full SHA for 418cde0
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 implemented in C.
181
-pub extern "C" fn do_now_warn_me(_c_pointer: Box<String>) -> () {}
+/// This shouldn't warn for `boxed_local` as it is a function to be used in C.
+pub extern "C" fn do_not_warn_me(_c_pointer: Box<String>) -> () {}
0 commit comments