]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/vec-tail-matching.rs
core: rename strbuf::StrBuf to string::String
[rust.git] / src / test / run-pass / vec-tail-matching.rs
index 8d2f29d9b09772b43efdd4e97ac1b67f4ff13cbe..278c36d0adecf56302ac676b3f0efbec1eea0298 100644 (file)
@@ -10,7 +10,7 @@
 
 
 struct Foo {
-    string: StrBuf
+    string: String
 }
 
 pub fn main() {