summary refs log tree commit diff
path: root/src/test/ui/borrowck/issue-62107-match-arm-scopes.stderr
blob: 0eca447b5515994634735e8fb292ed60876d4ff3 (plain)
1
2
3
4
5
6
7
8
9
error[E0381]: use of possibly-uninitialized variable: `e`
  --> $DIR/issue-62107-match-arm-scopes.rs:3:11
   |
LL |     match e {
   |           ^ use of possibly-uninitialized `e`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0381`.