blob: 8c76d7eb597b6a29c08e42820c934acc1a739bc1 [file] [log] [blame]
error[E0744]: `?` is not allowed in a `const fn`
--> $DIR/hir-const-check.rs:12:9
|
LL | Some(())?;
| ^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0744`.