]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/coherence-tuple-conflict.rs
Imported Upstream version 1.0.0~beta
[rustc.git] / src / test / compile-fail / coherence-tuple-conflict.rs
index 9673fb6a21392dd3e619715beaa4c51b98fa31c2..87b007fdd698239d3af23c2558975c29ad994eb2 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use std::fmt::Show;
+use std::fmt::Debug;
 use std::default::Default;
 
 // Test that a blank impl for all T conflicts with an impl for some