|
| 1 | +error: this ident comprises of a single char |
| 2 | + --> $DIR/single_char_idents.rs:9:8 |
| 3 | + | |
| 4 | +LL | struct A { |
| 5 | + | ^ |
| 6 | + | |
| 7 | + = note: `-D clippy::single-char-idents` implied by `-D warnings` |
| 8 | + |
| 9 | +error: this ident comprises of a single char |
| 10 | + --> $DIR/single_char_idents.rs:10:5 |
| 11 | + | |
| 12 | +LL | a: u32, |
| 13 | + | ^ |
| 14 | + |
| 15 | +error: this ident comprises of a single char |
| 16 | + --> $DIR/single_char_idents.rs:12:5 |
| 17 | + | |
| 18 | +LL | A: u32, |
| 19 | + | ^ |
| 20 | + |
| 21 | +error: this ident comprises of a single char |
| 22 | + --> $DIR/single_char_idents.rs:13:5 |
| 23 | + | |
| 24 | +LL | I: u32, |
| 25 | + | ^ |
| 26 | + |
| 27 | +error: this ident comprises of a single char |
| 28 | + --> $DIR/single_char_idents.rs:16:8 |
| 29 | + | |
| 30 | +LL | struct B(u32); |
| 31 | + | ^ |
| 32 | + |
| 33 | +error: this ident comprises of a single char |
| 34 | + --> $DIR/single_char_idents.rs:20:6 |
| 35 | + | |
| 36 | +LL | enum C { |
| 37 | + | ^ |
| 38 | + |
| 39 | +error: this ident comprises of a single char |
| 40 | + --> $DIR/single_char_idents.rs:21:5 |
| 41 | + | |
| 42 | +LL | D, |
| 43 | + | ^ |
| 44 | + |
| 45 | +error: this ident comprises of a single char |
| 46 | + --> $DIR/single_char_idents.rs:22:5 |
| 47 | + | |
| 48 | +LL | E, |
| 49 | + | ^ |
| 50 | + |
| 51 | +error: this ident comprises of a single char |
| 52 | + --> $DIR/single_char_idents.rs:23:5 |
| 53 | + | |
| 54 | +LL | F, |
| 55 | + | ^ |
| 56 | + |
| 57 | +error: this ident comprises of a single char |
| 58 | + --> $DIR/single_char_idents.rs:31:5 |
| 59 | + | |
| 60 | +LL | w: u32, |
| 61 | + | ^ |
| 62 | + |
| 63 | +error: this ident comprises of a single char |
| 64 | + --> $DIR/single_char_idents.rs:34:11 |
| 65 | + | |
| 66 | +LL | struct AA<T, E>(T, E); |
| 67 | + | ^ |
| 68 | + |
| 69 | +error: this ident comprises of a single char |
| 70 | + --> $DIR/single_char_idents.rs:34:14 |
| 71 | + | |
| 72 | +LL | struct AA<T, E>(T, E); |
| 73 | + | ^ |
| 74 | + |
| 75 | +error: this ident comprises of a single char |
| 76 | + --> $DIR/single_char_idents.rs:34:17 |
| 77 | + | |
| 78 | +LL | struct AA<T, E>(T, E); |
| 79 | + | ^ |
| 80 | + |
| 81 | +error: this ident comprises of a single char |
| 82 | + --> $DIR/single_char_idents.rs:34:20 |
| 83 | + | |
| 84 | +LL | struct AA<T, E>(T, E); |
| 85 | + | ^ |
| 86 | + |
| 87 | +error: this ident comprises of a single char |
| 88 | + --> $DIR/single_char_idents.rs:38:9 |
| 89 | + | |
| 90 | +LL | let w = 1; |
| 91 | + | ^ |
| 92 | + |
| 93 | +error: this ident comprises of a single char |
| 94 | + --> $DIR/single_char_idents.rs:58:4 |
| 95 | + | |
| 96 | +LL | fn b() {} |
| 97 | + | ^ |
| 98 | + |
| 99 | +error: aborting due to 16 previous errors |
| 100 | + |
0 commit comments