summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/call-generic-method-fail.stderr
blob: 818c582869631f9bc70f22b5be7077b0d34955a7 (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:5:5
   |
LL |     *t == *t
   |     ^^^^^^^^

error: aborting due to previous error

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