]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/show-boxed-slice.rs
std: Rename Show/String to Debug/Display
[rust.git] / src / test / run-pass / show-boxed-slice.rs
index fc0b501e9c523fd3d8f8d0b1ef0cacc5216b5c8c..f496765edca9882266cb850a8fc4399d93018680 100644 (file)
@@ -11,7 +11,7 @@
 #![allow(unknown_features)]
 #![feature(box_syntax)]
 
-#[derive(Show)]
+#[derive(Debug)]
 struct Foo(Box<[u8]>);
 
 pub fn main() {