We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
string-push
1 parent 94d8652 commit a2effdeCopy full SHA for a2effde
tests/codegen/string-push.rs
@@ -1,3 +1,5 @@
1
+//! Check that `String::push` is optimized enough not to call `memcpy`.
2
+
3
//@ compile-flags: -O
4
#![crate_type = "lib"]
5
0 commit comments