]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/type-alias-impl-trait/not_a_defining_use.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / type-alias-impl-trait / not_a_defining_use.stderr
index 7bb8939ccf5a282480fb8863e54125e2dbe22034..d68f1bd30a0da1035d19d5ca6196f5f12834bbf6 100644 (file)
@@ -1,4 +1,4 @@
-error: defining opaque type use does not fully define opaque type
+error: defining opaque type use does not fully define opaque type: generic parameter `U` is specified as concrete type `u32`
   --> $DIR/not_a_defining_use.rs:9:1
    |
 LL | / fn two<T: Debug>(t: T) -> Two<T, u32> {