]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/relate_tys/universe-violation.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / relate_tys / universe-violation.stderr
index ff4c7abc250553c434fe9e72c2c71c4823a81320..6f38154e37927861ead9ad05de3aa7108eb1bd4e 100644 (file)
@@ -1,5 +1,5 @@
 error[E0308]: mismatched types
-  --> $DIR/universe-violation.rs:15:31
+  --> $DIR/universe-violation.rs:13:31
    |
 LL |     let b: fn(&u32) -> &u32 = a;
    |                               ^ one type is more general than the other