]> git.proxmox.com Git - rustc.git/blame - tests/ui/diagnostic-width/tabs-trimming.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / diagnostic-width / tabs-trimming.stderr
CommitLineData
5869c6ff
XL
1error[E0408]: variable `v` is not bound in all patterns
2 --> $DIR/tabs-trimming.rs:9:16
3 |
4LL | ... 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
4b012472 10error: aborting due to 1 previous error
5869c6ff
XL
11
12For more information about this error, try `rustc --explain E0408`.