]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/move-self.rs
core: rename strbuf::StrBuf to string::String
[rust.git] / src / test / run-pass / move-self.rs
index 276aaa3b63f64af0f659d8b7aaef8817774b52c9..66b943e5ceefa0694b3f96a2bc4fe7c5d3134c0a 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 struct S {
-    x: StrBuf
+    x: String
 }
 
 impl S {