]> git.lizzy.rs Git - rust.git/blob - tests/ui/diagnostic-width/tabs-trimming.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / diagnostic-width / tabs-trimming.stderr
1 error[E0408]: variable `v` is not bound in all patterns
2   --> $DIR/tabs-trimming.rs:9:16
3    |
4 LL | ...   v @ 1 | 2 | 3 => panic!("You gave me too little money {}", v), // Long text here: TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT...
5    |       -       ^   ^ pattern doesn't bind `v`
6    |       |       |
7    |       |       pattern doesn't bind `v`
8    |       variable not in all patterns
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0408`.