blob: 633257f1a4bcaff61fb90fa9b09a917911962299 [file] [log] [blame]
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`.