]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-unwrap.stderr
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / ui / consts / const-unwrap.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/const-unwrap.rs:7:18
3    |
4 LL | const BAR: i32 = Option::<i32>::None.unwrap();
5    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'called `Option::unwrap()` on a `None` value', $DIR/const-unwrap.rs:7:38
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.