]> git.lizzy.rs Git - rust.git/blob - src/test/ui/borrowck/issue-62107-match-arm-scopes.stderr
Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=eholk
[rust.git] / src / test / ui / borrowck / issue-62107-match-arm-scopes.stderr
1 error[E0381]: use of possibly-uninitialized variable: `e`
2   --> $DIR/issue-62107-match-arm-scopes.rs:3:11
3    |
4 LL |     match e {
5    |           ^ use of possibly-uninitialized `e`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0381`.