]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-23024.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-23024.rs
index 63675368162927c9298a9c3bbebff94004b9baac..ddeb516a4b0305ded68203ef40e415782df9be4b 100644 (file)
@@ -9,5 +9,5 @@ fn main()
     println!("{:?}",(vfnfer[0] as dyn Fn)(3));
     //~^ ERROR the precise format of `Fn`-family traits'
     //~| ERROR wrong number of type arguments: expected 1, found 0 [E0107]
-    //~| ERROR the value of the associated type `Output` (from trait `std::ops::FnOnce`)
+    //~| ERROR the value of the associated type `Output` (from trait `FnOnce`)
 }