]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-6458-2.rs
New upstream version 1.15.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-6458-2.rs
index 71f28054579157b40e159f1d924e72b8b4913bcc..3816896d43d1f47533d3bad1366161d95f3b1472 100644 (file)
@@ -11,5 +11,5 @@
 fn main() {
     // Unconstrained type:
     format!("{:?}", None);
-    //~^ ERROR unable to infer enough type information about `_` [E0282]
+    //~^ ERROR unable to infer enough type information about `T` [E0282]
 }