blob: 35075a3e60b98d3cba64200099064eecf64cbe6e [file] [log] [blame]
error[E0744]: `?` is not allowed in a `const fn`
--> $DIR/try.rs:6:5
|
LL | x?;
| ^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0744`.