]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/where-clauses/where-equality-constraints.stderr
Rollup merge of #57418 - lqd:collector_query, r=michaelwoerister
[rust.git] / src / test / ui / where-clauses / where-equality-constraints.stderr
index f2bcfacc4526863648a4122c9dbf2e62eebceea8..220447079c629f88ed84f6d0d838963c312abbca 100644 (file)
@@ -1,11 +1,11 @@
-error: equality constraints are not yet supported in where clauses (#20041)
-  --> $DIR/where-equality-constraints.rs:11:14
+error: equality constraints are not yet supported in where clauses (see #20041)
+  --> $DIR/where-equality-constraints.rs:1:14
    |
 LL | fn f() where u8 = u16 {}
    |              ^^^^^^^^
 
-error: equality constraints are not yet supported in where clauses (#20041)
-  --> $DIR/where-equality-constraints.rs:13:14
+error: equality constraints are not yet supported in where clauses (see #20041)
+  --> $DIR/where-equality-constraints.rs:3:14
    |
 LL | fn g() where for<'a> &'static (u8,) == u16, {}
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^