rust/src/test/ui/issues/issue-28113.stderr
2018-12-25 21:08:33 -07:00

10 lines
296 B
Plaintext

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`.