summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/issue-28113.stderr
blob: 7ad1f752eb085fd56dececf014f75d64e81fc0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0015]: cannot call non-const closure in constants
  --> $DIR/issue-28113.rs:4:5
   |
LL |     || -> u8 { 5 }()
   |     ^^^^^^^^^^^^^^^^
   |
   = 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 previous error

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