]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/hr-subtype/hr-subtype.bound_co_a_co_b_ret_contra_a.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / hr-subtype / hr-subtype.bound_co_a_co_b_ret_contra_a.stderr
index f12bff696913eb3e63058a836ddae25cf3e21902..7f0a4197dd7fe412d5602ba145b5a0c8970e48bc 100644 (file)
@@ -10,6 +10,7 @@ LL | |                                         for<'a>    fn(Co<'a>, Co<'a>) ->
    |
    = note: expected enum `std::option::Option<for<'a, 'b> fn(Co<'a>, Co<'b>) -> Contra<'a>>`
               found enum `std::option::Option<for<'a> fn(Co<'a>, Co<'a>) -> Contra<'a>>`
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error