about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/issue-102985.stderr
blob: 8588dc17e7012dfd236f27f9019e6bd74b7f4db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0015]: cannot call non-const closure in constants
  --> $DIR/issue-102985.rs:5:14
   |
LL |         n => n(),
   |              ^^^
   |
   = note: closures need an RFC before allowed to be called in constants
   = note: calls in constants are limited to constant functions, tuple structs and tuple variants

error: aborting due to 1 previous error

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