summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-fail.stderr
blob: 5074c4a22610baf8df6edb364a02cfe5e47b5c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0308]: mismatched types
  --> $DIR/call-generic-method-fail.rs:4:5
   |
LL |     *t == *t
   |     ^^^^^^^^ expected `host`, found `true`
   |
   = note: expected constant `host`
              found constant `true`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.