]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/ifmt-unimpl.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / ifmt-unimpl.rs
index 948040496bd392466bf689e266d3b7cce1688d1a..9b9bae92c33c1b43e62ca20781292f9b1e06f170 100644 (file)
@@ -10,5 +10,5 @@
 
 fn main() {
     format!("{:X}", "3");
-    //~^ ERROR: the trait `core::fmt::UpperHex` is not implemented
+    //~^ ERROR: `str: std::fmt::UpperHex` is not satisfied
 }