blob: 60a386ef6c870fc7bf9d4c8d9f5d4da306206856 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0744]: `?` is not allowed in a `const fn`
--> $DIR/try.rs:8:5
|
LL | x?;
| ^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0744`.
|