summary refs log tree commit diff
path: root/src/test/ui/issues/issue-28113.stderr
blob: 3d274d777b0c75f8769b1ba7b0c3e6345fb18884 (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:4:5
   |
LL |     || -> u8 { 5 }()
   |     ^^^^^^^^^^^^^^^^

error: aborting due to previous error

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