61 Commits

Author SHA1 Message Date
ljy9810 b50d6d940a syn升级到2.0.114版本
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2026-03-03 14:22:30 +08:00
徐未来 24b56b7a55 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-02 16:51:27 +08:00
openharmony_ci 5496fdbd4c 回退 'Pull Request !6 : syn 1.0.107升级至2.0.48' 2024-04-02 03:27:54 +00:00
徐未来 a83871dba6 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-01 20:47:12 +08:00
openharmony_ci b23f93737f 回退 'Pull Request !4 : syn 1.0.107升级至2.0.48' 2024-04-01 12:11:54 +00:00
徐未来 38de391e34 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-03-08 17:26:00 +08:00
David Tolnay 1c21f4bedb Reorder GenericArgument::Const next to Type
Now that const generics were stabilized.
2022-09-18 16:16:53 -07:00
David Tolnay a9feaf26f1 Resolve borrow_deref_ref clippy lint
error: deref on an immutable reference
      --> tests/debug/mod.rs:90:25
       |
    90 |         Debug::fmt(Lite(&*self.value), formatter)
       |                         ^^^^^^^^^^^^ help: if you would like to reborrow, try removing `&*`: `self.value`
       |
       = note: `-D clippy::borrow-deref-ref` implied by `-D clippy::all`
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref
2022-06-06 23:53:03 -07:00
David Tolnay 1e5fb3464b Update generated code for ExprClosure field order 2022-01-19 16:46:06 -08:00
David Tolnay 18672f7b1f Exclude test suite's generated code from rustfmt 2022-01-17 18:25:27 -08:00
David Tolnay ba32840664 Regenerate src/gen using prettyplease 2022-01-12 10:01:36 -08:00
David Tolnay 17146fc24f Suppress no_effect_underscore_binding pedantic Clippy lint in test suite
error: binding to `_` prefixed variable with no side-effect
     --> tests/macros/../debug/gen.rs:8:9
      |
    8 |         let _val = &self.value;
      |         ^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `-D clippy::no-effect-underscore-binding` implied by `-D clippy::pedantic`
      = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
      --> tests/macros/../debug/gen.rs:17:21
       |
    17 |                     let _val = &self.0;
       |                     ^^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
      --> tests/macros/../debug/gen.rs:31:9
       |
    31 |         let _val = &self.value;
       |         ^^^^^^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
      --> tests/macros/../debug/gen.rs:53:9
       |
    53 |         let _val = &self.value;
       |         ^^^^^^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
      --> tests/macros/../debug/gen.rs:66:21
       |
    66 |                     let _val = &self.0;
       |                     ^^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
      --> tests/macros/../debug/gen.rs:93:9
       |
    93 |         let _val = &self.value;
       |         ^^^^^^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:105:9
        |
    105 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:115:9
        |
    115 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:127:21
        |
    127 |                     let _val = &self.0;
        |                     ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:142:9
        |
    142 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:261:9
        |
    261 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:270:9
        |
    270 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:280:9
        |
    280 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:290:9
        |
    290 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:316:21
        |
    316 |                     let _val = &self.0;
        |                     ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:330:9
        |
    330 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:341:9
        |
    341 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:377:9
        |
    377 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:387:9
        |
    387 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:407:9
        |
    407 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:415:9
        |
    415 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:429:9
        |
    429 |         let _val = &self.value;
        |         ^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:510:29
        |
    510 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:542:29
        |
    542 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:558:29
        |
    558 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:649:29
        |
    649 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:681:29
        |
    681 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:717:29
        |
    717 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:766:29
        |
    766 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:811:29
        |
    811 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:845:29
        |
    845 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:869:29
        |
    869 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:886:29
        |
    886 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:938:29
        |
    938 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
       --> tests/macros/../debug/gen.rs:977:29
        |
    977 | ...                   let _val = &self.0;
        |                       ^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1059:29
         |
    1059 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1084:29
         |
    1084 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1101:9
         |
    1101 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1114:9
         |
    1114 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1126:9
         |
    1126 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1139:9
         |
    1139 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1162:9
         |
    1162 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1173:9
         |
    1173 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1186:9
         |
    1186 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1198:21
         |
    1198 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1213:9
         |
    1213 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1224:9
         |
    1224 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1236:21
         |
    1236 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1252:21
         |
    1252 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1266:9
         |
    1266 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1280:9
         |
    1280 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1292:9
         |
    1292 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1343:9
         |
    1343 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1355:21
         |
    1355 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1369:9
         |
    1369 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1381:9
         |
    1381 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1393:21
         |
    1393 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1410:9
         |
    1410 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1421:9
         |
    1421 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1435:21
         |
    1435 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1449:9
         |
    1449 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1461:9
         |
    1461 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1473:9
         |
    1473 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1484:9
         |
    1484 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1496:21
         |
    1496 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1511:9
         |
    1511 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1522:9
         |
    1522 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1536:9
         |
    1536 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1550:21
         |
    1550 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1567:9
         |
    1567 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1578:9
         |
    1578 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1590:21
         |
    1590 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1605:9
         |
    1605 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1617:21
         |
    1617 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1634:21
         |
    1634 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1648:9
         |
    1648 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1671:9
         |
    1671 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1683:9
         |
    1683 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1695:21
         |
    1695 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1709:9
         |
    1709 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1737:21
         |
    1737 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1751:9
         |
    1751 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1762:9
         |
    1762 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1773:9
         |
    1773 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1786:9
         |
    1786 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1798:9
         |
    1798 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1810:9
         |
    1810 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1821:9
         |
    1821 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1833:21
         |
    1833 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1849:9
         |
    1849 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1861:21
         |
    1861 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1875:9
         |
    1875 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1888:21
         |
    1888 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1915:9
         |
    1915 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1939:9
         |
    1939 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1963:9
         |
    1963 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1985:9
         |
    1985 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:1995:9
         |
    1995 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2005:9
         |
    2005 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2014:21
         |
    2014 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2034:9
         |
    2034 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2055:9
         |
    2055 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2130:9
         |
    2130 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2142:9
         |
    2142 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2165:9
         |
    2165 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2190:9
         |
    2190 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2202:9
         |
    2202 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2244:9
         |
    2244 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2265:9
         |
    2265 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2293:9
         |
    2293 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2329:21
         |
    2329 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2343:9
         |
    2343 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2446:9
         |
    2446 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2472:9
         |
    2472 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2495:9
         |
    2495 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2520:9
         |
    2520 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2546:9
         |
    2546 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2554:9
         |
    2554 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2594:29
         |
    2594 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2663:29
         |
    2663 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2716:29
         |
    2716 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2764:29
         |
    2764 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2954:9
         |
    2954 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2968:9
         |
    2968 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2984:9
         |
    2984 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:2998:21
         |
    2998 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3012:9
         |
    3012 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3025:9
         |
    3025 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3039:9
         |
    3039 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3076:21
         |
    3076 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3116:9
         |
    3116 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3128:21
         |
    3128 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3155:9
         |
    3155 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3168:9
         |
    3168 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3182:21
         |
    3182 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3208:9
         |
    3208 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3234:9
         |
    3234 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3260:9
         |
    3260 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3315:9
         |
    3315 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3331:9
         |
    3331 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3345:9
         |
    3345 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3359:9
         |
    3359 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3383:9
         |
    3383 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3391:9
         |
    3391 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3399:9
         |
    3399 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3425:9
         |
    3425 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3462:9
         |
    3462 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3470:9
         |
    3470 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3476:9
         |
    3476 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3482:9
         |
    3482 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3488:9
         |
    3488 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3494:9
         |
    3494 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3500:9
         |
    3500 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3506:9
         |
    3506 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3519:21
         |
    3519 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3533:9
         |
    3533 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3543:9
         |
    3543 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3562:9
         |
    3562 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3583:9
         |
    3583 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3611:9
         |
    3611 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3622:9
         |
    3622 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3631:9
         |
    3631 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3641:9
         |
    3641 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3662:9
         |
    3662 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3673:9
         |
    3673 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3720:29
         |
    3720 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3781:29
         |
    3781 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3911:9
         |
    3911 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3922:9
         |
    3922 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3959:21
         |
    3959 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3973:9
         |
    3973 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3984:9
         |
    3984 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:3995:9
         |
    3995 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4020:9
         |
    4020 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4032:21
         |
    4032 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4047:9
         |
    4047 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4060:9
         |
    4060 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4083:9
         |
    4083 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4093:9
         |
    4093 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4106:9
         |
    4106 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4132:9
         |
    4132 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4145:9
         |
    4145 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4157:9
         |
    4157 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4169:9
         |
    4169 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4179:9
         |
    4179 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4201:9
         |
    4201 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4236:9
         |
    4236 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4245:9
         |
    4245 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4254:9
         |
    4254 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4265:9
         |
    4265 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4274:21
         |
    4274 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4292:9
         |
    4292 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4313:9
         |
    4313 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4328:9
         |
    4328 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4340:21
         |
    4340 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4388:9
         |
    4388 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4401:9
         |
    4401 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4446:21
         |
    4446 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4467:21
         |
    4467 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4482:9
         |
    4482 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4515:9
         |
    4515 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4537:21
         |
    4537 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4552:9
         |
    4552 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4564:9
         |
    4564 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4580:29
         |
    4580 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4604:29
         |
    4604 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4656:29
         |
    4656 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4700:9
         |
    4700 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4714:21
         |
    4714 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4728:9
         |
    4728 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4751:9
         |
    4751 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4764:21
         |
    4764 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4790:9
         |
    4790 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4819:21
         |
    4819 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4833:9
         |
    4833 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4850:29
         |
    4850 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4878:29
         |
    4878 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4897:29
         |
    4897 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4948:29
         |
    4948 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:4998:29
         |
    4998 | ...                   let _val = &self.0;
         |                       ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5066:9
         |
    5066 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5075:9
         |
    5075 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5084:21
         |
    5084 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5112:21
         |
    5112 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5131:21
         |
    5131 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5146:9
         |
    5146 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5154:9
         |
    5154 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5164:9
         |
    5164 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5171:9
         |
    5171 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5179:9
         |
    5179 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5186:9
         |
    5186 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5226:21
         |
    5226 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5240:9
         |
    5240 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5261:9
         |
    5261 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5269:9
         |
    5269 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5278:21
         |
    5278 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5293:9
         |
    5293 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5325:9
         |
    5325 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5334:21
         |
    5334 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5361:9
         |
    5361 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5369:9
         |
    5369 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5391:9
         |
    5391 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5401:9
         |
    5401 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5420:9
         |
    5420 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5427:9
         |
    5427 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5437:9
         |
    5437 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5445:9
         |
    5445 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5454:9
         |
    5454 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5463:9
         |
    5463 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5505:9
         |
    5505 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5515:9
         |
    5515 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5529:21
         |
    5529 |                     let _val = &self.0;
         |                     ^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5543:9
         |
    5543 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5550:9
         |
    5550 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5557:9
         |
    5557 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5577:9
         |
    5577 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5610:9
         |
    5610 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding

    error: binding to `_` prefixed variable with no side-effect
        --> tests/macros/../debug/gen.rs:5620:9
         |
    5620 |         let _val = &self.value;
         |         ^^^^^^^^^^^^^^^^^^^^^^^
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding
2021-10-22 19:26:04 -07:00
David Tolnay 749b3a36e2 Run clippy on test suite too 2021-09-30 02:03:11 -04:00
David Tolnay 034390ab16 Update internal code generator to rustfmt 2.0.0-rc.2
The previously pinned rustfmt commit + toolchain have no longer been
compiling as of servo/rust-smallvec#248.

    error[E0658]: unions with non-`Copy` fields are unstable
       --> /home/david/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.0/src/lib.rs:353:1
        |
    353 | / union SmallVecData<A: Array> {
    354 | |     inline: core::mem::ManuallyDrop<MaybeUninit<A>>,
    355 | |     heap: (*mut A::Item, usize),
    356 | | }
        | |_^
        |
        = note: see issue #55149 <https://github.com/rust-lang/rust/issues/55149> for more information
        = help: add `#![feature(untagged_unions)]` to the crate attributes to enable
2020-12-31 21:39:29 -08:00
David Tolnay c568ff06bf Collapse Verbatim representation in snapshot tests 2020-05-26 15:42:39 -07:00
David Tolnay 45f262aec8 Wrap long token streams in tests 2020-05-26 15:23:00 -07:00
David Tolnay 94904dc580 Make TokenStream explicit in snapshot tests 2020-05-26 15:23:00 -07:00
David Tolnay be2bafb8db Remove extern crate from tests 2019-08-27 20:48:18 -07:00
David Tolnay 5bdde9fa84 Add attrs to variadic in bare fn type
This breaks the TypeBareFn syntax tree but it's so obscure that I don't
expect this to affect any existing code. Even in code that touches
TypeBareFn, it would be unusual for it to be doing anything other than
calling .is_some() on variadic or assigning None to it. Let me know if I
got it wrong.
2019-08-26 00:21:39 -07:00
David Tolnay 9d47617a87 Rename NestedMeta::Literal to Lit 2019-08-11 17:43:39 -07:00
David Tolnay 76603563dc Update generated code 2019-08-11 17:24:03 -07:00
David Tolnay f67ac24631 Update generated code 2019-08-11 16:52:04 -07:00
David Tolnay 88cb12242a Update generated code 2019-08-11 16:22:43 -07:00
David Tolnay 007c843841 Add nonexhaustive variants 2019-08-03 15:38:49 -07:00
David Tolnay 88efb71c0f Update generated code 2019-08-03 15:14:16 -07:00
David Tolnay edcb153788 Update generated code 2019-08-03 14:58:20 -07:00
David Tolnay 0da6bc563d Update generated code 2019-08-03 14:46:37 -07:00
David Tolnay 5df43f1a73 Update generated code 2019-08-03 14:46:37 -07:00
David Tolnay 18cd9bd5f8 Handle debug printing of number literals in codegen 2019-07-29 08:56:57 -07:00
David Tolnay ec47d37b71 Update generated code 2019-07-29 07:08:02 -07:00
David Tolnay 071fbd4f8a Update generated code 2019-07-28 21:44:34 -07:00
David Tolnay 1dbaa153ab Fold the Local's type into its pattern 2019-07-28 21:26:06 -07:00
David Tolnay af45d11204 Update generated code 2019-07-28 21:22:04 -07:00
David Tolnay 174211e53b Update generated code 2019-07-28 20:15:46 -07:00
David Tolnay 31d1355d67 Update generated code 2019-07-28 19:18:53 -07:00
David Tolnay 25dc991af0 Update generated code 2019-07-28 19:10:39 -07:00
David Tolnay 6cae192192 Update generated code 2019-07-28 18:47:30 -07:00
David Tolnay 1a7f67ab55 Update generated code 2019-07-28 17:57:30 -07:00
David Tolnay 39a54ed07c Update generated code 2019-07-28 17:36:26 -07:00
David Tolnay 25e0071895 Update generated code 2019-07-28 17:33:09 -07:00
David Tolnay 998594cfd6 Rename Pat::Ref to Pat::Reference
This matches Expr::Reference and is less ambiguous with `ref x`
patterns.
2019-07-28 17:28:59 -07:00
David Tolnay e35059e88f Update generated code 2019-07-28 17:21:10 -07:00
David Tolnay a834394025 Update generated code 2019-07-28 17:14:52 -07:00
David Tolnay c35f42dfcd Update generated code 2019-07-28 16:40:26 -07:00
David Tolnay 1d9ae9a367 Update generated code 2019-07-28 16:03:22 -07:00
David Tolnay 7d9dbc332b Sort the variants of Pat 2019-07-28 15:27:11 -07:00
David Tolnay 0380a4f383 Update generated code with leading verts 2019-07-28 14:25:38 -07:00
David Tolnay 754708c251 Update generated code with multiple patterns in for-loop 2019-07-28 14:08:04 -07:00
David Tolnay 1b3f11e859 Codegen for await expression 2019-07-28 11:38:49 -07:00
David Tolnay e3be237ce3 Run codegen to pick up sorted variants 2019-07-28 11:37:05 -07:00