summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/call-generic-method-fail.stderr
blob: 4b2fc56aaa78a944791f288eeb42035c050ff00e (plain)
1
2
3
4
5
6
7
8
9
error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
  --> $DIR/call-generic-method-fail.rs:7:5
   |
LL |     *t == *t
   |     ^^^^^^^^

error: aborting due to previous error

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