summary refs log tree commit diff
path: root/src/test/ui/consts/control-flow/try.stderr
blob: 35075a3e60b98d3cba64200099064eecf64cbe6e (plain)
1
2
3
4
5
6
7
8
9
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`.