diff options
| author | varkor <github@varkor.com> | 2019-01-08 23:53:43 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-01-08 23:53:43 +0000 |
| commit | ac4a4547ba674b6d9d0e3b3e018be94d32766faa (patch) | |
| tree | 34319d09d969fd353b021f81078d6968d2c91ee1 /src/test | |
| parent | d1b65fb691b49aecc567593a14d5c6690d3fd90c (diff) | |
| download | rust-ac4a4547ba674b6d9d0e3b3e018be94d32766faa.tar.gz rust-ac4a4547ba674b6d9d0e3b3e018be94d32766faa.zip | |
Consolidate equality constraints error message
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/where-clauses/where-equality-constraints.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/where-clauses/where-equality-constraints.stderr b/src/test/ui/where-clauses/where-equality-constraints.stderr index 56caaaeee40..220447079c6 100644 --- a/src/test/ui/where-clauses/where-equality-constraints.stderr +++ b/src/test/ui/where-clauses/where-equality-constraints.stderr @@ -1,10 +1,10 @@ -error: equality constraints are not yet supported in where clauses (#20041) +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) +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, {} |
