about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/default-method-body-is-const-same-trait-ck.stderr
blob: 2dc2d4846174904ebb73e005919c8979be9a43b3 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `(): [const] Tr` is not satisfied
  --> $DIR/default-method-body-is-const-same-trait-ck.rs:9:12
   |
LL |         ().a()
   |            ^

error: aborting due to 1 previous error

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