summary refs log tree commit diff
path: root/src/test/ui/issue-28113.stderr
blob: 633257f1a4bcaff61fb90fa9b09a917911962299 (plain)
1
2
3
4
5
6
7
8
9
error[E0015]: calls in constants are limited to constant functions, tuple structs and tuple variants
  --> $DIR/issue-28113.rs:14:5
   |
LL |     || -> u8 { 5 }()
   |     ^^^^^^^^^^^^^^^^

error: aborting due to previous error

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