Skip to content

Commit a2effde

Browse files
committed
add a file-level comment to the string-push codegen test
1 parent 94d8652 commit a2effde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/codegen/string-push.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Check that `String::push` is optimized enough not to call `memcpy`.
2+
13
//@ compile-flags: -O
24
#![crate_type = "lib"]
35

0 commit comments

Comments
 (0)