]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/str-multiline.rs
core: rename strbuf::StrBuf to string::String
[rust.git] / src / test / run-pass / str-multiline.rs
index e42c89e67f4e5fe38dbb1cb447963c939cf98307..1da034119980643654635e53bda6c2677f7c6d80 100644 (file)
@@ -9,9 +9,9 @@
 // except according to those terms.
 
 pub fn main() {
-    let a: StrBuf = "this \
+    let a: String = "this \
 is a test".to_strbuf();
-    let b: StrBuf =
+    let b: String =
         "this \
               is \
               another \