[INFO] cloning repository https://github.com/MinusGix/Vivec [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MinusGix/Vivec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2FVivec", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2FVivec'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 357dcd1f94323e83316601d3f9701303023bc886 [INFO] checking MinusGix/Vivec against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2FVivec" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/MinusGix/Vivec [INFO] finished tweaking git repo https://github.com/MinusGix/Vivec [INFO] tweaked toml for git repo https://github.com/MinusGix/Vivec written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/MinusGix/Vivec on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/MinusGix/Vivec already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded derive_more v0.99.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6021e01130b9580e65ccaa1ebecca233d6a3418d675f07a107b93dc7bffdb29a [INFO] running `Command { std: "docker" "start" "-a" "6021e01130b9580e65ccaa1ebecca233d6a3418d675f07a107b93dc7bffdb29a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6021e01130b9580e65ccaa1ebecca233d6a3418d675f07a107b93dc7bffdb29a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6021e01130b9580e65ccaa1ebecca233d6a3418d675f07a107b93dc7bffdb29a", kill_on_drop: false }` [INFO] [stdout] 6021e01130b9580e65ccaa1ebecca233d6a3418d675f07a107b93dc7bffdb29a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48479ec95c7d1c52d6f1c743381f8f4f6552510cf3498f5ed45095968957acc4 [INFO] running `Command { std: "docker" "start" "-a" "48479ec95c7d1c52d6f1c743381f8f4f6552510cf3498f5ed45095968957acc4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Checking vivec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `$crate::records::fields::common::CollectField` [INFO] [stdout] --> src/records/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | use $crate::records::fields::common::CollectField; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | collect_one_collection!(MAST, MasterCollection; field, field_iter => fields; mast_collection_index) [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `collect_one_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$crate::records::fields::common::CollectField` [INFO] [stdout] --> src/records/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | use $crate::records::fields::common::CollectField; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | collect_one_collection!(MAST, MasterCollection; field, field_iter => fields; mast_collection_index) [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `collect_one_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `label` is never used [INFO] [stdout] --> src/records/achr.rs:330:12 [INFO] [stdout] | [INFO] [stdout] 305 | impl<'data> TopicType<'data> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 330 | pub fn label(&self) -> [u8; 4] { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `is_parent_activate_only` are never used [INFO] [stdout] --> src/records/achr.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 462 | impl XAPDFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 463 | pub fn new(flags: u8) -> XAPDFlags { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | pub fn is_parent_activate_only(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `is_set_enable_state_opposite`, and `is_pop_in` are never used [INFO] [stdout] --> src/records/achr.rs:555:12 [INFO] [stdout] | [INFO] [stdout] 554 | impl XESPFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 555 | pub fn new(flags: u32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | pub fn is_set_enable_state_opposite(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 563 | pub fn is_pop_in(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cap_damage`, `disable_object`, `destroy_object`, and `ignore_external_damage` are never used [INFO] [stdout] --> src/records/fields/dest.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 103 | impl DSTDFlags { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 104 | pub fn cap_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn disable_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn destroy_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn ignore_external_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `INFORecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:561:12 [INFO] [stdout] | [INFO] [stdout] 561 | pub struct INFORecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `INFORecordFragmentsFlags` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:612:12 [INFO] [stdout] | [INFO] [stdout] 612 | pub struct INFORecordFragmentsFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `has_begin_script`, `has_end_script`, and `count_ones` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:618:12 [INFO] [stdout] | [INFO] [stdout] 617 | impl INFORecordFragmentsFlags { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 618 | pub fn new(flags: u8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 623 | pub fn has_begin_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 628 | pub fn has_end_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | pub fn count_ones(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:653:12 [INFO] [stdout] | [INFO] [stdout] 653 | pub struct FragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PACKRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:693:12 [INFO] [stdout] | [INFO] [stdout] 693 | pub struct PACKRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PACKRecordFragmentsFlags` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:744:12 [INFO] [stdout] | [INFO] [stdout] 744 | pub struct PACKRecordFragmentsFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `has_on_begin`, `has_on_end`, `has_on_change`, and `count_ones` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:751:12 [INFO] [stdout] | [INFO] [stdout] 750 | impl PACKRecordFragmentsFlags { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 751 | pub fn new(flags: u8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 755 | pub fn has_on_begin(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 759 | pub fn has_on_end(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 763 | pub fn has_on_change(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 767 | pub fn count_ones(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PERKRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:788:12 [INFO] [stdout] | [INFO] [stdout] 788 | pub struct PERKRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PERKRecordFragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:831:12 [INFO] [stdout] | [INFO] [stdout] 831 | pub struct PERKRecordFragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `QUSTRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:883:12 [INFO] [stdout] | [INFO] [stdout] 883 | pub struct QUSTRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `QUSTRecordFragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:941:12 [INFO] [stdout] | [INFO] [stdout] 941 | pub struct QUSTRecordFragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FragmentAlias` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1004:12 [INFO] [stdout] | [INFO] [stdout] 1004 | pub struct FragmentAlias<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SCENRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1067:12 [INFO] [stdout] | [INFO] [stdout] 1067 | pub struct SCENRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `SCENRecordFragmentsFlags` is never used [INFO] [stdout] --> src/records/fields/vmad.rs:1131:10 [INFO] [stdout] | [INFO] [stdout] 1131 | pub type SCENRecordFragmentsFlags = INFORecordFragmentsFlags; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BEFragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | pub struct BEFragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PhaseInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1174:12 [INFO] [stdout] | [INFO] [stdout] 1174 | pub struct PhaseInfo<'data> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Test` is never constructed [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | Test [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 14 | impl $name { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] 15 | pub fn new (formid: $crate::records::common::FormId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | / make_formid_field!( [INFO] [stdout] 53 | | /// DO NOT USE THIS [INFO] [stdout] 54 | | Test [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `UnexpectedEnd`, `ExpectedFieldGot`, and `UnexpectedField` are never constructed [INFO] [stdout] --> src/records/common/mod.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 403 | pub enum FromRecordError<'data> { [INFO] [stdout] | --------------- variants in this enum [INFO] [stdout] 404 | /// An unexpected end of fields [INFO] [stdout] 405 | UnexpectedEnd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 409 | ExpectedFieldGot { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 414 | UnexpectedField(FieldName<'data>), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FromRecordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | pub const MASTER: u32 = 0x1; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DELETED` is never used [INFO] [stdout] --> src/records/common/mod.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | pub const DELETED: u32 = 0x20; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CONSTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | pub const CONSTANT: u32 = 0x40; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFR` is never used [INFO] [stdout] --> src/records/common/mod.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | pub const REFR: u32 = 0x40; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCALIZED` is never used [INFO] [stdout] --> src/records/common/mod.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | pub const LOCALIZED: u32 = 0x80; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_UPDATE_ANIMS` is never used [INFO] [stdout] --> src/records/common/mod.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | pub const MUST_UPDATE_ANIMS: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INACCESSIBLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | pub const INACCESSIBLE: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LIGHT_MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | pub const LIGHT_MASTER: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCAL_MAP_HIDDEN` is never used [INFO] [stdout] --> src/records/common/mod.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | pub const LOCAL_MAP_HIDDEN: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STARTS_DEAD` is never used [INFO] [stdout] --> src/records/common/mod.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | pub const STARTS_DEAD: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MOTION_BLUR_CAST_SHADOWS` is never used [INFO] [stdout] --> src/records/common/mod.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | pub const MOTION_BLUR_CAST_SHADOWS: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUEST_ITEM` is never used [INFO] [stdout] --> src/records/common/mod.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | pub const QUEST_ITEM: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PERSISTENT_REFERENCE` is never used [INFO] [stdout] --> src/records/common/mod.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub const PERSISTENT_REFERENCE: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DISPLAY_MAIN_MENU` is never used [INFO] [stdout] --> src/records/common/mod.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | pub const DISPLAY_MAIN_MENU: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INITIALLY_DISABLED` is never used [INFO] [stdout] --> src/records/common/mod.rs:139:15 [INFO] [stdout] | [INFO] [stdout] 139 | pub const INITIALLY_DISABLED: u32 = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORED` is never used [INFO] [stdout] --> src/records/common/mod.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | pub const IGNORED: u32 = 0x1000; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `VISIBLE_DISTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub const VISIBLE_DISTANT: u32 = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RANDOM_ANIMATION_START` is never used [INFO] [stdout] --> src/records/common/mod.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | pub const RANDOM_ANIMATION_START: u32 = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DANGEROUS` is never used [INFO] [stdout] --> src/records/common/mod.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | pub const DANGEROUS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OFF_LIMITS` is never used [INFO] [stdout] --> src/records/common/mod.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | pub const OFF_LIMITS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_WAITING` is never used [INFO] [stdout] --> src/records/common/mod.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | pub const NO_WAITING: u32 = 0x80000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORE_OBJECT_INTERACTION` is never used [INFO] [stdout] --> src/records/common/mod.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | pub const IGNORE_OBJECT_INTERACTION: u32 = 0x10_0000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MARKER` is never used [INFO] [stdout] --> src/records/common/mod.rs:182:15 [INFO] [stdout] | [INFO] [stdout] 182 | pub const MARKER: u32 = 0x80_000; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBSTACLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | pub const OBSTACLE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_AI_ACQUIRE` is never used [INFO] [stdout] --> src/records/common/mod.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | pub const NO_AI_ACQUIRE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_FILTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:193:15 [INFO] [stdout] | [INFO] [stdout] 193 | pub const NAVMESH_GEN_FILTER: u32 = 0x4_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_BOUNDING_BOX` is never used [INFO] [stdout] --> src/records/common/mod.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | pub const NAVMESH_GEN_BOUNDING_BOX: u32 = 0x8_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_EXIT_TO_TALK` is never used [INFO] [stdout] --> src/records/common/mod.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | pub const MUST_EXIT_TO_TALK: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFLECT_AUTO_WATER` is never used [INFO] [stdout] --> src/records/common/mod.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | pub const REFLECT_AUTO_WATER: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CHILD_CAN_USE` is never used [INFO] [stdout] --> src/records/common/mod.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | pub const CHILD_CAN_USE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_HAVOK_SETTLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | pub const NO_HAVOK_SETTLE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_GROUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | pub const NAVMESH_GEN_GROUND: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_RESPAWN` is never used [INFO] [stdout] --> src/records/common/mod.rs:220:15 [INFO] [stdout] | [INFO] [stdout] 220 | pub const NO_RESPAWN: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MULTIBOUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | pub const MULTIBOUND: u32 = 0x80_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/main.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn parse_top_level<'data>(data: &'data [u8]) -> PResult, GeneralError<'data>> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^-----^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 28 | fn parse_top_level<'data>(data: &'data [u8]) -> PResult<'data, GeneralTop<'data>, GeneralError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/main.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | fn parse_file(data: &[u8]) -> PResult, GeneralError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is hidden here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | fn parse_file(data: &[u8]) -> PResult<'_, Vec>, GeneralError<'_>> { [INFO] [stdout] | +++ ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/aact.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(AACTGroup, AACT, AACTRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/acti.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ACTIGroup, ACTI, ACTIRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/addn.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ADDNGroup, ADDN, ADDNRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/alch.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ALCHGroup, ALCH, ALCHRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/ammo.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(AMMOGroup, AMMO, AMMORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/anio.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ANIOGroup, ANIO, ANIORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/appa.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(APPAGroup, APPA, APPARecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/arma.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ARMAGroup, ARMA, ARMARecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/armo.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ARMOGroup, ARMO, ARMORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/arto.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ARTOGroup, ARTO, ARTORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/aspc.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ASPCGroup, ASPC, ASPCRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/astp.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ASTPGroup, ASTP, ASTPRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/avif.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(AVIFGroup, AVIF, AVIFRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/book.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(BOOKGroup, BOOK, BOOKRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:44:36 [INFO] [stdout] | [INFO] [stdout] 44 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 44 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:150:50 [INFO] [stdout] | [INFO] [stdout] 150 | fn from_top_group(group: TopGroup<'data>) -> PResult>; [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 150 | fn from_top_group(group: TopGroup<'data>) -> PResult<'data, Self, FromTopGroupError<'data>>; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:261:36 [INFO] [stdout] | [INFO] [stdout] 261 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 261 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 283 | records: Vec>, [INFO] [stdout] | ----- the lifetime is named here [INFO] [stdout] 284 | ) -> Result, FromTopGroupError> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 284 | ) -> Result, FromTopGroupError<'data>> [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn single(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn single(data: &[u8]) -> PResult<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse.rs:29:57 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn take<'data>(data: &'data [u8], amount: usize) -> PResult<&'data [u8]> { [INFO] [stdout] | ----- ^^^^^^^^^-----^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn take<'data>(data: &'data [u8], amount: usize) -> PResult<'data, &'data [u8]> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn le_u16(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn le_u16(data: &[u8]) -> PResult<'_, u16> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn le_i16(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn le_i16(data: &[u8]) -> PResult<'_, i16> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn le_u32(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn le_u32(data: &[u8]) -> PResult<'_, u32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn le_i32(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 50 | pub fn le_i32(data: &[u8]) -> PResult<'_, i32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn le_u64(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn le_u64(data: &[u8]) -> PResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn le_i64(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn le_i64(data: &[u8]) -> PResult<'_, i64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn le_f32(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 70 | pub fn le_f32(data: &[u8]) -> PResult<'_, f32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn take_until(data: &[u8], until: u8) -> PResult<&[u8]> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | pub fn take_until(data: &[u8], until: u8) -> PResult<'_, &[u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:144:20 [INFO] [stdout] | [INFO] [stdout] 144 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 144 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:160:20 [INFO] [stdout] | [INFO] [stdout] 160 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 160 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:165:20 [INFO] [stdout] | [INFO] [stdout] 165 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:170:20 [INFO] [stdout] | [INFO] [stdout] 170 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 170 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:175:20 [INFO] [stdout] | [INFO] [stdout] 175 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 175 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:180:20 [INFO] [stdout] | [INFO] [stdout] 180 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 180 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 185 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 185 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/aact.rs:31:53 [INFO] [stdout] | [INFO] [stdout] 31 | fn from_record(record: GeneralRecord<'data>) -> PResult, FromRecordError> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^-----^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is hidden here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 31 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, AACTRecord<'data>, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aact.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | impl_from_field!(CNAM, [color: rgbu::RGBU]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:81:53 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_record(record: GeneralRecord<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 81 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | make_formid_field!(NAME); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | make_formid_field!(XEZN); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:278:39 [INFO] [stdout] | [INFO] [stdout] 278 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 278 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | make_empty_field!(XPPA); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_empty_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:286:1 [INFO] [stdout] | [INFO] [stdout] 286 | make_formid_field!(INAM); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:290:50 [INFO] [stdout] | [INFO] [stdout] 290 | fn from_field(field: GeneralField<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 290 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:306:57 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn parse(data: &'data [u8], topic_type: u32) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 306 | pub fn parse(data: &'data [u8], topic_type: u32) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:365:50 [INFO] [stdout] | [INFO] [stdout] 365 | fn from_field(field: GeneralField<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 365 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:378:39 [INFO] [stdout] | [INFO] [stdout] 378 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 378 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:406:39 [INFO] [stdout] | [INFO] [stdout] 406 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 406 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:456:1 [INFO] [stdout] | [INFO] [stdout] 456 | impl_from_field!(XAPD, [flags: XAPDFlags]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:472:20 [INFO] [stdout] | [INFO] [stdout] 472 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 472 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:494:1 [INFO] [stdout] | [INFO] [stdout] 494 | impl_from_field!(XAPR, [formid: FormId, delay: f32]); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:513:1 [INFO] [stdout] | [INFO] [stdout] 513 | / make_formid_field!( [INFO] [stdout] 514 | | /// ->LCRT [INFO] [stdout] 515 | | XLRT [INFO] [stdout] 516 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:518:1 [INFO] [stdout] | [INFO] [stdout] 518 | / make_formid_field!( [INFO] [stdout] 519 | | /// Horse [INFO] [stdout] 520 | | XHOR [INFO] [stdout] 521 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:529:1 [INFO] [stdout] | [INFO] [stdout] 529 | impl_from_field!(XESP, [parent: FormId, flags: XESPFlags]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:568:20 [INFO] [stdout] | [INFO] [stdout] 568 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 568 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:583:1 [INFO] [stdout] | [INFO] [stdout] 583 | / make_formid_field!( [INFO] [stdout] 584 | | /// Usually ->FACT, but horse/dog has ->NPC_ [INFO] [stdout] 585 | | XOWN [INFO] [stdout] 586 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:588:1 [INFO] [stdout] | [INFO] [stdout] 588 | / make_formid_field!( [INFO] [stdout] 589 | | /// -> LCTN [INFO] [stdout] 590 | | XLCN [INFO] [stdout] 591 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:601:1 [INFO] [stdout] | [INFO] [stdout] 601 | impl_from_field!(XLKR, [keyword: FormId, reference: FormId]); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:620:1 [INFO] [stdout] | [INFO] [stdout] 620 | / make_empty_field!( [INFO] [stdout] 621 | | /// Not found in esms, zero length, present if "Ignored by Sandbox is checked" [INFO] [stdout] 622 | | XIS2 [INFO] [stdout] 623 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_empty_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:625:1 [INFO] [stdout] | [INFO] [stdout] 625 | make_formid_field!(XLRL); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:628:1 [INFO] [stdout] | [INFO] [stdout] 628 | impl_from_field!(XSCL, [scale: f32]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:638:1 [INFO] [stdout] | [INFO] [stdout] 638 | impl_from_field!(DATA, [position: Position3, rotation: Position3]); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/acti.rs:57:53 [INFO] [stdout] | [INFO] [stdout] 57 | fn from_record(record: GeneralRecord<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 57 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:263:1 [INFO] [stdout] | [INFO] [stdout] 263 | impl_from_field!(PNAM, [color: rgbu::RGBU]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | / make_formid_field!( [INFO] [stdout] 266 | | /// ->SNDR uesp: 'nirnroot has the wow-wow sound here' (quality comment, I approve) [INFO] [stdout] 267 | | SNAM [INFO] [stdout] 268 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | / make_formid_field!( [INFO] [stdout] 271 | | /// ->SNDR. when activated [INFO] [stdout] 272 | | VNAM [INFO] [stdout] 273 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | / make_formid_field!( [INFO] [stdout] 276 | | /// ->WATR rare [INFO] [stdout] 277 | | WNAM [INFO] [stdout] 278 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:287:1 [INFO] [stdout] | [INFO] [stdout] 287 | impl_from_field!(RNAM, [verb: LString]); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | impl_from_field!(FNAM, [flags: u16]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / make_formid_field!( [INFO] [stdout] 302 | | /// ->KWYD form id for interaction purposes (??? What) [INFO] [stdout] 303 | | KNAM [INFO] [stdout] 304 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/addn.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | fn from_record(record: GeneralRecord<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 43 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/addn.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | impl_from_field!(DATA, [addon_node_index: u32]); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/addn.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | / make_formid_field!( [INFO] [stdout] 164 | | /// FormId for a SOUN record [INFO] [stdout] 165 | | SNAM [INFO] [stdout] 166 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/addn.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | impl_from_field!(DNAM, [master_particle_system_cap: u16, flags: u16]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/alch.rs:53:53 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 53 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | impl_from_field!(DATA, [weight: f32]); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:256:1 [INFO] [stdout] | [INFO] [stdout] 256 | / impl_from_field!( [INFO] [stdout] 257 | | ENIT, [INFO] [stdout] 258 | | [ [INFO] [stdout] 259 | | potion_value: u32, [INFO] [stdout] ... | [INFO] [stdout] 265 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/alch.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 316 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / make_formid_field!( [INFO] [stdout] 332 | | /// ->MGEF [INFO] [stdout] 333 | | EFID [INFO] [stdout] 334 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | impl_from_field!(EFIT, [magnitude: f32, area_of_effect: u32, duration: u32]); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:260:20 [INFO] [stdout] | [INFO] [stdout] 260 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:300:20 [INFO] [stdout] | [INFO] [stdout] 300 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 300 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:328:39 [INFO] [stdout] | [INFO] [stdout] 328 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 328 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:393:20 [INFO] [stdout] | [INFO] [stdout] 393 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 393 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:412:71 [INFO] [stdout] | [INFO] [stdout] 412 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError> { [INFO] [stdout] | ----- ----- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 412 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/anio.rs:27:53 [INFO] [stdout] | [INFO] [stdout] 27 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 27 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/anio.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | impl_from_field!(BNAM, 'data, [unload_event: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/appa.rs:55:53 [INFO] [stdout] | [INFO] [stdout] 55 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 55 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/arma.rs:132:53 [INFO] [stdout] | [INFO] [stdout] 132 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 132 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:343:1 [INFO] [stdout] | [INFO] [stdout] 343 | / make_formid_field!( [INFO] [stdout] 344 | | /// -> RACE [INFO] [stdout] 345 | | RNAM [INFO] [stdout] 346 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:357:1 [INFO] [stdout] | [INFO] [stdout] 357 | / impl_from_field!( [INFO] [stdout] 358 | | DNAM, [INFO] [stdout] 359 | | [ [INFO] [stdout] 360 | | male_priority: u8, [INFO] [stdout] ... | [INFO] [stdout] 367 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / make_formid_field!( [INFO] [stdout] 394 | | /// Base male texture, ->TXST [INFO] [stdout] 395 | | NAM0 [INFO] [stdout] 396 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:397:1 [INFO] [stdout] | [INFO] [stdout] 397 | / make_formid_field!( [INFO] [stdout] 398 | | /// Base female texture, ->TXST [INFO] [stdout] 399 | | NAM1 [INFO] [stdout] 400 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:401:1 [INFO] [stdout] | [INFO] [stdout] 401 | / make_formid_field!( [INFO] [stdout] 402 | | /// Base male first person texture, ->TXST [INFO] [stdout] 403 | | NAM2 [INFO] [stdout] 404 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:405:1 [INFO] [stdout] | [INFO] [stdout] 405 | / make_formid_field!( [INFO] [stdout] 406 | | /// Base female first person texture, ->TXST [INFO] [stdout] 407 | | NAM3 [INFO] [stdout] 408 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:409:1 [INFO] [stdout] | [INFO] [stdout] 409 | / make_formid_field!( [INFO] [stdout] 410 | | /// Race which this is applicable to. ->RACE [INFO] [stdout] 411 | | MODL [INFO] [stdout] 412 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:413:1 [INFO] [stdout] | [INFO] [stdout] 413 | / make_formid_field!( [INFO] [stdout] 414 | | /// Footstep sound. Mostly creatures. [INFO] [stdout] 415 | | SNDD [INFO] [stdout] 416 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:417:1 [INFO] [stdout] | [INFO] [stdout] 417 | / make_formid_field!( [INFO] [stdout] 418 | | /// Art object, ->ARTO. Mostly creatures(??) [INFO] [stdout] 419 | | ONAM [INFO] [stdout] 420 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/armo.rs:170:53 [INFO] [stdout] | [INFO] [stdout] 170 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 170 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:485:1 [INFO] [stdout] | [INFO] [stdout] 485 | make_formid_field!(EITM); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:487:1 [INFO] [stdout] | [INFO] [stdout] 487 | impl_from_field!(EAMT, [amount: u16]); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:564:24 [INFO] [stdout] | [INFO] [stdout] 564 | impl_from_field!(ICO2, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:574:24 [INFO] [stdout] | [INFO] [stdout] 574 | impl_from_field!(MIC2, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:583:24 [INFO] [stdout] | [INFO] [stdout] 583 | impl_from_field!(BMCT, 'data, [ragdoll: FullString]); [INFO] [stdout] | ---------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:585:1 [INFO] [stdout] | [INFO] [stdout] 585 | / make_formid_field!( [INFO] [stdout] 586 | | /// ->EQUP (only shields) [INFO] [stdout] 587 | | ETYP [INFO] [stdout] 588 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:589:1 [INFO] [stdout] | [INFO] [stdout] 589 | / make_formid_field!( [INFO] [stdout] 590 | | /// ->IPDS (only shields) [INFO] [stdout] 591 | | BIDS [INFO] [stdout] 592 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:593:1 [INFO] [stdout] | [INFO] [stdout] 593 | / make_formid_field!( [INFO] [stdout] 594 | | /// ->MATT (only shields) [INFO] [stdout] 595 | | BAMT [INFO] [stdout] 596 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:597:1 [INFO] [stdout] | [INFO] [stdout] 597 | / make_formid_field!( [INFO] [stdout] 598 | | /// ->RACE (DefaultRace for for most except race specific skins) [INFO] [stdout] 599 | | RNAM [INFO] [stdout] 600 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:601:1 [INFO] [stdout] | [INFO] [stdout] 601 | make_formid_field!(MODL); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:612:1 [INFO] [stdout] | [INFO] [stdout] 612 | impl_from_field!(DNAM, [armor_rating: u32]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:614:1 [INFO] [stdout] | [INFO] [stdout] 614 | / make_formid_field!( [INFO] [stdout] 615 | | /// -> ARMO to use as template [INFO] [stdout] 616 | | TNAM [INFO] [stdout] 617 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/arto.rs:59:53 [INFO] [stdout] | [INFO] [stdout] 59 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 59 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arto.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | impl_from_field!(DNAM, [art_type: ArtType]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/arto.rs:198:20 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/aspc.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aspc.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / make_formid_field!( [INFO] [stdout] 169 | | /// Ambient sound ->SNDR [INFO] [stdout] 170 | | SNAM [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aspc.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | / make_formid_field!( [INFO] [stdout] 173 | | /// Region sound ->REGN [INFO] [stdout] 174 | | RDAT [INFO] [stdout] 175 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aspc.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | / make_formid_field!( [INFO] [stdout] 177 | | /// Reverb for acoustic space ->REVB [INFO] [stdout] 178 | | BNAM [INFO] [stdout] 179 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/astp.rs:23:53 [INFO] [stdout] | [INFO] [stdout] 23 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 23 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | impl_from_field!(MPRT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:153:24 [INFO] [stdout] | [INFO] [stdout] 153 | impl_from_field!(FPRT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | impl_from_field!(FCHT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | impl_from_field!(MCHT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | impl_from_field!(DATA, [flags: DATAFlags]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/astp.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 183 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/avif.rs:85:53 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 85 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:211:24 [INFO] [stdout] | [INFO] [stdout] 211 | impl_from_field!(ANAM, 'data, [abbreviation: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/avif.rs:227:20 [INFO] [stdout] | [INFO] [stdout] 227 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 227 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/avif.rs:261:39 [INFO] [stdout] | [INFO] [stdout] 261 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 261 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:292:1 [INFO] [stdout] | [INFO] [stdout] 292 | / impl_from_field!( [INFO] [stdout] 293 | | AVSK, [INFO] [stdout] 294 | | [ [INFO] [stdout] 295 | | skill_use_multiplier: f32, [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | / make_formid_field!( [INFO] [stdout] 416 | | // ->PERK, or 0 for the first [INFO] [stdout] 417 | | PNAM [INFO] [stdout] 418 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:428:1 [INFO] [stdout] | [INFO] [stdout] 428 | impl_from_field!(FNAM, [flag: u32]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:437:1 [INFO] [stdout] | [INFO] [stdout] 437 | impl_from_field!(XNAM, [x_coord: i32]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:445:1 [INFO] [stdout] | [INFO] [stdout] 445 | impl_from_field!(YNAM, [y_coord: i32]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:454:1 [INFO] [stdout] | [INFO] [stdout] 454 | impl_from_field!(HNAM, [horiz_position: f32]); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:462:1 [INFO] [stdout] | [INFO] [stdout] 462 | impl_from_field!(VNAM, [vert_position: f32]); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:464:1 [INFO] [stdout] | [INFO] [stdout] 464 | / make_formid_field!( [INFO] [stdout] 465 | | /// ->AVIF, usually same as parent. Present even if CNAM is not [INFO] [stdout] 466 | | SNAM [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:491:1 [INFO] [stdout] | [INFO] [stdout] 491 | impl_from_field!(INAM, [id: u32]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 480 | impl_from_field!(CNAM, [id: u32]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/book.rs:26:53 [INFO] [stdout] | [INFO] [stdout] 26 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 26 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/book.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | / impl_from_field!( [INFO] [stdout] 245 | | DATA, [INFO] [stdout] 246 | | [ [INFO] [stdout] 247 | | flags: DATAFlags, [INFO] [stdout] ... | [INFO] [stdout] 254 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/book.rs:290:20 [INFO] [stdout] | [INFO] [stdout] 290 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 290 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/book.rs:305:1 [INFO] [stdout] | [INFO] [stdout] 305 | / make_formid_field!( [INFO] [stdout] 306 | | /// ->STAT (?) [INFO] [stdout] 307 | | INAM [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/book.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | impl_from_field!(CNAM, [description: LString]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/tes4.rs:71:53 [INFO] [stdout] | [INFO] [stdout] 71 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 71 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, TES4Record<'data>, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | impl_from_field!(HEDR, [version: f32, record_count: u32, next_object_id: u32]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:248:24 [INFO] [stdout] | [INFO] [stdout] 248 | impl_from_field!(CNAM, 'data, [author: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:256:24 [INFO] [stdout] | [INFO] [stdout] 256 | impl_from_field!(SNAM, 'data, [description: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | impl_from_field!(MAST, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:351:1 [INFO] [stdout] | [INFO] [stdout] 351 | impl_from_field!(DATA, [value: u64]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/tes4.rs:363:39 [INFO] [stdout] | [INFO] [stdout] 363 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 363 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:377:1 [INFO] [stdout] | [INFO] [stdout] 377 | impl_from_field!(INTV, [value: u32]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | impl_from_field!(INCC, [value: u32]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 36 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | fn parse(data: &[u8], flags: Flags) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 222 | fn parse(data: &[u8], flags: Flags) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:255:24 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn parse(data: &[u8], _findex: FunctionIndex) -> PResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 255 | pub fn parse(data: &[u8], _findex: FunctionIndex) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:314:20 [INFO] [stdout] | [INFO] [stdout] 314 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/dest.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | impl_from_field!(DEST, [health: u32, count: u8, flags: u8, unknown: u16]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/dest.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / impl_from_field!( [INFO] [stdout] 57 | | DSTD, [INFO] [stdout] 58 | | [ [INFO] [stdout] 59 | | health_percent: u16, [INFO] [stdout] ... | [INFO] [stdout] 67 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/dest.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/dest.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | field_iter: &mut std::iter::Peekable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 194 | ) -> PResult> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 194 | ) -> PResult<'_, Self, FromFieldError<'data>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/dest.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | make_empty_field!(DSTF); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_empty_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/edid.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | impl_from_field!(EDID, 'data, [id: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/kwda.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_field!(KSIZ, [amount: u32]); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/kwda.rs:29:43 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn from_field(field: GeneralField<'_>, amount: u32) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn from_field(field: GeneralField<'_>, amount: u32) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/modl.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 18 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/obnd.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | impl_from_field!(OBND, [p1: Position3, p2: Position3]); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:13:46 [INFO] [stdout] | [INFO] [stdout] 13 | fn parse_fragments(data: &'data [u8]) -> PResult; [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 13 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self>; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:25:50 [INFO] [stdout] | [INFO] [stdout] 25 | fn from_field(field: GeneralField<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 25 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 74 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:194:73 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult { [INFO] [stdout] | ----- the lifetime is named here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 194 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:273:10 [INFO] [stdout] | [INFO] [stdout] 270 | data: &'data [u8], [INFO] [stdout] | ----- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 273 | ) -> PResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 273 | ) -> PResult<'data, VMADPropertyData<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn parse(data: &[u8], object_format: VMADObjectFormat) -> PResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 436 | pub fn parse(data: &[u8], object_format: VMADObjectFormat) -> PResult<'_, VMADPropertyObject> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:507:73 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult { [INFO] [stdout] | ----- the lifetime is named here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 507 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:543:47 [INFO] [stdout] | [INFO] [stdout] 543 | fn parse_fragments(_data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 543 | fn parse_fragments(_data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:573:46 [INFO] [stdout] | [INFO] [stdout] 573 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 573 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:637:20 [INFO] [stdout] | [INFO] [stdout] 637 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 637 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:661:36 [INFO] [stdout] | [INFO] [stdout] 661 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 661 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:705:46 [INFO] [stdout] | [INFO] [stdout] 705 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 705 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:772:20 [INFO] [stdout] | [INFO] [stdout] 772 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 772 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:796:46 [INFO] [stdout] | [INFO] [stdout] 796 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 796 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:842:36 [INFO] [stdout] | [INFO] [stdout] 842 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 842 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:893:46 [INFO] [stdout] | [INFO] [stdout] 893 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 893 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:957:36 [INFO] [stdout] | [INFO] [stdout] 957 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 957 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1015:36 [INFO] [stdout] | [INFO] [stdout] 1015 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1015 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1084:46 [INFO] [stdout] | [INFO] [stdout] 1084 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1084 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1142:36 [INFO] [stdout] | [INFO] [stdout] 1142 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1142 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1185:36 [INFO] [stdout] | [INFO] [stdout] 1185 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1185 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/records/fields/common/mod.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / format!( [INFO] [stdout] 29 | | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | | field.type_name() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 28 ~ [INFO] [stdout] 29 | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | field.type_name() [INFO] [stdout] 31 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:55:36 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(data: &'data [u8]) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(data: &'data [u8]) -> PResult<'data, GeneralField<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:104:71 [INFO] [stdout] | [INFO] [stdout] 104 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError>; [INFO] [stdout] | ----- ----- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 104 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 52 | / make_formid_field!( [INFO] [stdout] 53 | | /// DO NOT USE THIS [INFO] [stdout] 54 | | Test [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | impl_from_field!(ICON, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | impl_from_field!(MICO, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / make_formid_field!( [INFO] [stdout] 72 | | /// Pickup ->SNDR [INFO] [stdout] 73 | | YNAM [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / make_formid_field!( [INFO] [stdout] 77 | | /// Drop ->SNDR [INFO] [stdout] 78 | | ZNAM [INFO] [stdout] 79 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_from_field!(QUAL, [quality: Quality]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 108 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | impl_from_field!(DESC, [description: LString]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:157:39 [INFO] [stdout] | [INFO] [stdout] 157 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 157 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:214:20 [INFO] [stdout] | [INFO] [stdout] 214 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 214 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:266:20 [INFO] [stdout] | [INFO] [stdout] 266 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 266 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / impl_from_field!( [INFO] [stdout] 302 | | BOD2, [INFO] [stdout] 303 | | [part_node_flags: BodyPartNodeFlags, skill: ArmorSkill] [INFO] [stdout] 304 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | impl_from_field!(DATA, [value: Gold, weight: Weight]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/object.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl_from_field!(FULL, [name: LString]); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/rgbu.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | fn parse(data: &[u8]) -> PResult<'_, RGBU> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/mod.rs:331:36 [INFO] [stdout] | [INFO] [stdout] 331 | fn parse(data: &'data [u8]) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 331 | fn parse(data: &'data [u8]) -> PResult<'data, GeneralRecord<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/mod.rs:432:53 [INFO] [stdout] | [INFO] [stdout] 432 | fn from_record(record: GeneralRecord<'data>) -> PResult>; [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 432 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>>; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/common/formid.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(data: &[u8]) -> PResult<'_, FormId> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/common/lstring.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | fn parse(data: &[u8]) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn parse(data: &[u8]) -> crate::parse::PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/null_terminated_string.rs:26:36 [INFO] [stdout] | [INFO] [stdout] 26 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 26 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/common/version_control_info.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/windows1252_string.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 27 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `label` is never used [INFO] [stdout] --> src/records/achr.rs:330:12 [INFO] [stdout] | [INFO] [stdout] 305 | impl<'data> TopicType<'data> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 330 | pub fn label(&self) -> [u8; 4] { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `is_parent_activate_only` are never used [INFO] [stdout] --> src/records/achr.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 462 | impl XAPDFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 463 | pub fn new(flags: u8) -> XAPDFlags { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | pub fn is_parent_activate_only(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `is_set_enable_state_opposite`, and `is_pop_in` are never used [INFO] [stdout] --> src/records/achr.rs:555:12 [INFO] [stdout] | [INFO] [stdout] 554 | impl XESPFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 555 | pub fn new(flags: u32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | pub fn is_set_enable_state_opposite(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 563 | pub fn is_pop_in(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cap_damage`, `disable_object`, `destroy_object`, and `ignore_external_damage` are never used [INFO] [stdout] --> src/records/fields/dest.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 103 | impl DSTDFlags { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 104 | pub fn cap_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn disable_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn destroy_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn ignore_external_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `INFORecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:561:12 [INFO] [stdout] | [INFO] [stdout] 561 | pub struct INFORecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `INFORecordFragmentsFlags` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:612:12 [INFO] [stdout] | [INFO] [stdout] 612 | pub struct INFORecordFragmentsFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `has_begin_script`, `has_end_script`, and `count_ones` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:618:12 [INFO] [stdout] | [INFO] [stdout] 617 | impl INFORecordFragmentsFlags { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 618 | pub fn new(flags: u8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 623 | pub fn has_begin_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 628 | pub fn has_end_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | pub fn count_ones(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:653:12 [INFO] [stdout] | [INFO] [stdout] 653 | pub struct FragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PACKRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:693:12 [INFO] [stdout] | [INFO] [stdout] 693 | pub struct PACKRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PACKRecordFragmentsFlags` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:744:12 [INFO] [stdout] | [INFO] [stdout] 744 | pub struct PACKRecordFragmentsFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `has_on_begin`, `has_on_end`, `has_on_change`, and `count_ones` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:751:12 [INFO] [stdout] | [INFO] [stdout] 750 | impl PACKRecordFragmentsFlags { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 751 | pub fn new(flags: u8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 755 | pub fn has_on_begin(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 759 | pub fn has_on_end(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 763 | pub fn has_on_change(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 767 | pub fn count_ones(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PERKRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:788:12 [INFO] [stdout] | [INFO] [stdout] 788 | pub struct PERKRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PERKRecordFragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:831:12 [INFO] [stdout] | [INFO] [stdout] 831 | pub struct PERKRecordFragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `QUSTRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:883:12 [INFO] [stdout] | [INFO] [stdout] 883 | pub struct QUSTRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `QUSTRecordFragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:941:12 [INFO] [stdout] | [INFO] [stdout] 941 | pub struct QUSTRecordFragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FragmentAlias` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1004:12 [INFO] [stdout] | [INFO] [stdout] 1004 | pub struct FragmentAlias<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SCENRecordFragments` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1067:12 [INFO] [stdout] | [INFO] [stdout] 1067 | pub struct SCENRecordFragments<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `SCENRecordFragmentsFlags` is never used [INFO] [stdout] --> src/records/fields/vmad.rs:1131:10 [INFO] [stdout] | [INFO] [stdout] 1131 | pub type SCENRecordFragmentsFlags = INFORecordFragmentsFlags; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BEFragmentInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | pub struct BEFragmentInfo<'data> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PhaseInfo` is never constructed [INFO] [stdout] --> src/records/fields/vmad.rs:1174:12 [INFO] [stdout] | [INFO] [stdout] 1174 | pub struct PhaseInfo<'data> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `UnexpectedEnd`, `ExpectedFieldGot`, and `UnexpectedField` are never constructed [INFO] [stdout] --> src/records/common/mod.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 403 | pub enum FromRecordError<'data> { [INFO] [stdout] | --------------- variants in this enum [INFO] [stdout] 404 | /// An unexpected end of fields [INFO] [stdout] 405 | UnexpectedEnd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 409 | ExpectedFieldGot { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 414 | UnexpectedField(FieldName<'data>), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FromRecordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | pub const MASTER: u32 = 0x1; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DELETED` is never used [INFO] [stdout] --> src/records/common/mod.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | pub const DELETED: u32 = 0x20; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CONSTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | pub const CONSTANT: u32 = 0x40; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFR` is never used [INFO] [stdout] --> src/records/common/mod.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | pub const REFR: u32 = 0x40; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCALIZED` is never used [INFO] [stdout] --> src/records/common/mod.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | pub const LOCALIZED: u32 = 0x80; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_UPDATE_ANIMS` is never used [INFO] [stdout] --> src/records/common/mod.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | pub const MUST_UPDATE_ANIMS: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INACCESSIBLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | pub const INACCESSIBLE: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LIGHT_MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | pub const LIGHT_MASTER: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCAL_MAP_HIDDEN` is never used [INFO] [stdout] --> src/records/common/mod.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | pub const LOCAL_MAP_HIDDEN: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STARTS_DEAD` is never used [INFO] [stdout] --> src/records/common/mod.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | pub const STARTS_DEAD: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MOTION_BLUR_CAST_SHADOWS` is never used [INFO] [stdout] --> src/records/common/mod.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | pub const MOTION_BLUR_CAST_SHADOWS: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUEST_ITEM` is never used [INFO] [stdout] --> src/records/common/mod.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | pub const QUEST_ITEM: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PERSISTENT_REFERENCE` is never used [INFO] [stdout] --> src/records/common/mod.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub const PERSISTENT_REFERENCE: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DISPLAY_MAIN_MENU` is never used [INFO] [stdout] --> src/records/common/mod.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | pub const DISPLAY_MAIN_MENU: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INITIALLY_DISABLED` is never used [INFO] [stdout] --> src/records/common/mod.rs:139:15 [INFO] [stdout] | [INFO] [stdout] 139 | pub const INITIALLY_DISABLED: u32 = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORED` is never used [INFO] [stdout] --> src/records/common/mod.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | pub const IGNORED: u32 = 0x1000; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `VISIBLE_DISTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub const VISIBLE_DISTANT: u32 = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RANDOM_ANIMATION_START` is never used [INFO] [stdout] --> src/records/common/mod.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | pub const RANDOM_ANIMATION_START: u32 = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DANGEROUS` is never used [INFO] [stdout] --> src/records/common/mod.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | pub const DANGEROUS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OFF_LIMITS` is never used [INFO] [stdout] --> src/records/common/mod.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | pub const OFF_LIMITS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_WAITING` is never used [INFO] [stdout] --> src/records/common/mod.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | pub const NO_WAITING: u32 = 0x80000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORE_OBJECT_INTERACTION` is never used [INFO] [stdout] --> src/records/common/mod.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | pub const IGNORE_OBJECT_INTERACTION: u32 = 0x10_0000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MARKER` is never used [INFO] [stdout] --> src/records/common/mod.rs:182:15 [INFO] [stdout] | [INFO] [stdout] 182 | pub const MARKER: u32 = 0x80_000; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBSTACLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | pub const OBSTACLE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_AI_ACQUIRE` is never used [INFO] [stdout] --> src/records/common/mod.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | pub const NO_AI_ACQUIRE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_FILTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:193:15 [INFO] [stdout] | [INFO] [stdout] 193 | pub const NAVMESH_GEN_FILTER: u32 = 0x4_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_BOUNDING_BOX` is never used [INFO] [stdout] --> src/records/common/mod.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | pub const NAVMESH_GEN_BOUNDING_BOX: u32 = 0x8_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_EXIT_TO_TALK` is never used [INFO] [stdout] --> src/records/common/mod.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | pub const MUST_EXIT_TO_TALK: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFLECT_AUTO_WATER` is never used [INFO] [stdout] --> src/records/common/mod.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | pub const REFLECT_AUTO_WATER: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CHILD_CAN_USE` is never used [INFO] [stdout] --> src/records/common/mod.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | pub const CHILD_CAN_USE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_HAVOK_SETTLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | pub const NO_HAVOK_SETTLE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_GROUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | pub const NAVMESH_GEN_GROUND: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_RESPAWN` is never used [INFO] [stdout] --> src/records/common/mod.rs:220:15 [INFO] [stdout] | [INFO] [stdout] 220 | pub const NO_RESPAWN: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MULTIBOUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | pub const MULTIBOUND: u32 = 0x80_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/main.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn parse_top_level<'data>(data: &'data [u8]) -> PResult, GeneralError<'data>> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^-----^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 28 | fn parse_top_level<'data>(data: &'data [u8]) -> PResult<'data, GeneralTop<'data>, GeneralError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/main.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | fn parse_file(data: &[u8]) -> PResult, GeneralError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is hidden here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | fn parse_file(data: &[u8]) -> PResult<'_, Vec>, GeneralError<'_>> { [INFO] [stdout] | +++ ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/aact.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(AACTGroup, AACT, AACTRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/acti.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ACTIGroup, ACTI, ACTIRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/addn.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ADDNGroup, ADDN, ADDNRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/alch.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ALCHGroup, ALCH, ALCHRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/ammo.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(AMMOGroup, AMMO, AMMORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/anio.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ANIOGroup, ANIO, ANIORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/appa.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(APPAGroup, APPA, APPARecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/arma.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ARMAGroup, ARMA, ARMARecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/armo.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ARMOGroup, ARMO, ARMORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/arto.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ARTOGroup, ARTO, ARTORecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/aspc.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ASPCGroup, ASPC, ASPCRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/astp.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(ASTPGroup, ASTP, ASTPRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/avif.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(AVIFGroup, AVIF, AVIFRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:309:82 [INFO] [stdout] | [INFO] [stdout] 309 | ...p<$life>) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/groups/book.rs:3:53 [INFO] [stdout] | [INFO] [stdout] 3 | make_simple_top_group!(BOOKGroup, BOOK, BOOKRecord, 'data); [INFO] [stdout] | ---------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_simple_top_group` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 309 | fn from_top_group(group: $crate::groups::common::TopGroup<$life>) -> crate::parse::PResult<'data, Self, crate::groups::common::FromTopGroupError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:44:36 [INFO] [stdout] | [INFO] [stdout] 44 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 44 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:150:50 [INFO] [stdout] | [INFO] [stdout] 150 | fn from_top_group(group: TopGroup<'data>) -> PResult>; [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 150 | fn from_top_group(group: TopGroup<'data>) -> PResult<'data, Self, FromTopGroupError<'data>>; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:261:36 [INFO] [stdout] | [INFO] [stdout] 261 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 261 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/groups/common.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 283 | records: Vec>, [INFO] [stdout] | ----- the lifetime is named here [INFO] [stdout] 284 | ) -> Result, FromTopGroupError> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 284 | ) -> Result, FromTopGroupError<'data>> [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn single(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn single(data: &[u8]) -> PResult<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse.rs:29:57 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn take<'data>(data: &'data [u8], amount: usize) -> PResult<&'data [u8]> { [INFO] [stdout] | ----- ^^^^^^^^^-----^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn take<'data>(data: &'data [u8], amount: usize) -> PResult<'data, &'data [u8]> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn le_u16(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn le_u16(data: &[u8]) -> PResult<'_, u16> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn le_i16(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn le_i16(data: &[u8]) -> PResult<'_, i16> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn le_u32(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn le_u32(data: &[u8]) -> PResult<'_, u32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn le_i32(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 50 | pub fn le_i32(data: &[u8]) -> PResult<'_, i32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn le_u64(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn le_u64(data: &[u8]) -> PResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn le_i64(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn le_i64(data: &[u8]) -> PResult<'_, i64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn le_f32(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 70 | pub fn le_f32(data: &[u8]) -> PResult<'_, f32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn take_until(data: &[u8], until: u8) -> PResult<&[u8]> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | pub fn take_until(data: &[u8], until: u8) -> PResult<'_, &[u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:144:20 [INFO] [stdout] | [INFO] [stdout] 144 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 144 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:160:20 [INFO] [stdout] | [INFO] [stdout] 160 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 160 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:165:20 [INFO] [stdout] | [INFO] [stdout] 165 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:170:20 [INFO] [stdout] | [INFO] [stdout] 170 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 170 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:175:20 [INFO] [stdout] | [INFO] [stdout] 175 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 175 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:180:20 [INFO] [stdout] | [INFO] [stdout] 180 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 180 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 185 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 185 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/aact.rs:31:53 [INFO] [stdout] | [INFO] [stdout] 31 | fn from_record(record: GeneralRecord<'data>) -> PResult, FromRecordError> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^-----^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is hidden here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 31 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, AACTRecord<'data>, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aact.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | impl_from_field!(CNAM, [color: rgbu::RGBU]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:81:53 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_record(record: GeneralRecord<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 81 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | make_formid_field!(NAME); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | make_formid_field!(XEZN); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:278:39 [INFO] [stdout] | [INFO] [stdout] 278 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 278 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | make_empty_field!(XPPA); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_empty_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:286:1 [INFO] [stdout] | [INFO] [stdout] 286 | make_formid_field!(INAM); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:290:50 [INFO] [stdout] | [INFO] [stdout] 290 | fn from_field(field: GeneralField<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 290 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:306:57 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn parse(data: &'data [u8], topic_type: u32) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 306 | pub fn parse(data: &'data [u8], topic_type: u32) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:365:50 [INFO] [stdout] | [INFO] [stdout] 365 | fn from_field(field: GeneralField<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 365 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:378:39 [INFO] [stdout] | [INFO] [stdout] 378 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 378 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:406:39 [INFO] [stdout] | [INFO] [stdout] 406 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 406 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:456:1 [INFO] [stdout] | [INFO] [stdout] 456 | impl_from_field!(XAPD, [flags: XAPDFlags]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:472:20 [INFO] [stdout] | [INFO] [stdout] 472 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 472 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:494:1 [INFO] [stdout] | [INFO] [stdout] 494 | impl_from_field!(XAPR, [formid: FormId, delay: f32]); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:513:1 [INFO] [stdout] | [INFO] [stdout] 513 | / make_formid_field!( [INFO] [stdout] 514 | | /// ->LCRT [INFO] [stdout] 515 | | XLRT [INFO] [stdout] 516 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:518:1 [INFO] [stdout] | [INFO] [stdout] 518 | / make_formid_field!( [INFO] [stdout] 519 | | /// Horse [INFO] [stdout] 520 | | XHOR [INFO] [stdout] 521 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:529:1 [INFO] [stdout] | [INFO] [stdout] 529 | impl_from_field!(XESP, [parent: FormId, flags: XESPFlags]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/achr.rs:568:20 [INFO] [stdout] | [INFO] [stdout] 568 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 568 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:583:1 [INFO] [stdout] | [INFO] [stdout] 583 | / make_formid_field!( [INFO] [stdout] 584 | | /// Usually ->FACT, but horse/dog has ->NPC_ [INFO] [stdout] 585 | | XOWN [INFO] [stdout] 586 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:588:1 [INFO] [stdout] | [INFO] [stdout] 588 | / make_formid_field!( [INFO] [stdout] 589 | | /// -> LCTN [INFO] [stdout] 590 | | XLCN [INFO] [stdout] 591 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:601:1 [INFO] [stdout] | [INFO] [stdout] 601 | impl_from_field!(XLKR, [keyword: FormId, reference: FormId]); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:620:1 [INFO] [stdout] | [INFO] [stdout] 620 | / make_empty_field!( [INFO] [stdout] 621 | | /// Not found in esms, zero length, present if "Ignored by Sandbox is checked" [INFO] [stdout] 622 | | XIS2 [INFO] [stdout] 623 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_empty_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:625:1 [INFO] [stdout] | [INFO] [stdout] 625 | make_formid_field!(XLRL); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:628:1 [INFO] [stdout] | [INFO] [stdout] 628 | impl_from_field!(XSCL, [scale: f32]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/achr.rs:638:1 [INFO] [stdout] | [INFO] [stdout] 638 | impl_from_field!(DATA, [position: Position3, rotation: Position3]); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/acti.rs:57:53 [INFO] [stdout] | [INFO] [stdout] 57 | fn from_record(record: GeneralRecord<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 57 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:263:1 [INFO] [stdout] | [INFO] [stdout] 263 | impl_from_field!(PNAM, [color: rgbu::RGBU]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | / make_formid_field!( [INFO] [stdout] 266 | | /// ->SNDR uesp: 'nirnroot has the wow-wow sound here' (quality comment, I approve) [INFO] [stdout] 267 | | SNAM [INFO] [stdout] 268 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | / make_formid_field!( [INFO] [stdout] 271 | | /// ->SNDR. when activated [INFO] [stdout] 272 | | VNAM [INFO] [stdout] 273 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | / make_formid_field!( [INFO] [stdout] 276 | | /// ->WATR rare [INFO] [stdout] 277 | | WNAM [INFO] [stdout] 278 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:287:1 [INFO] [stdout] | [INFO] [stdout] 287 | impl_from_field!(RNAM, [verb: LString]); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | impl_from_field!(FNAM, [flags: u16]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/acti.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / make_formid_field!( [INFO] [stdout] 302 | | /// ->KWYD form id for interaction purposes (??? What) [INFO] [stdout] 303 | | KNAM [INFO] [stdout] 304 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/addn.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | fn from_record(record: GeneralRecord<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 43 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/addn.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | impl_from_field!(DATA, [addon_node_index: u32]); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/addn.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | / make_formid_field!( [INFO] [stdout] 164 | | /// FormId for a SOUN record [INFO] [stdout] 165 | | SNAM [INFO] [stdout] 166 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/addn.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | impl_from_field!(DNAM, [master_particle_system_cap: u16, flags: u16]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/alch.rs:53:53 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 53 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | impl_from_field!(DATA, [weight: f32]); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:256:1 [INFO] [stdout] | [INFO] [stdout] 256 | / impl_from_field!( [INFO] [stdout] 257 | | ENIT, [INFO] [stdout] 258 | | [ [INFO] [stdout] 259 | | potion_value: u32, [INFO] [stdout] ... | [INFO] [stdout] 265 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/alch.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 316 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / make_formid_field!( [INFO] [stdout] 332 | | /// ->MGEF [INFO] [stdout] 333 | | EFID [INFO] [stdout] 334 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/alch.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | impl_from_field!(EFIT, [magnitude: f32, area_of_effect: u32, duration: u32]); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:260:20 [INFO] [stdout] | [INFO] [stdout] 260 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:300:20 [INFO] [stdout] | [INFO] [stdout] 300 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 300 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:328:39 [INFO] [stdout] | [INFO] [stdout] 328 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 328 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:393:20 [INFO] [stdout] | [INFO] [stdout] 393 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 393 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/ammo.rs:412:71 [INFO] [stdout] | [INFO] [stdout] 412 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError> { [INFO] [stdout] | ----- ----- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 412 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/anio.rs:27:53 [INFO] [stdout] | [INFO] [stdout] 27 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 27 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/anio.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | impl_from_field!(BNAM, 'data, [unload_event: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/appa.rs:55:53 [INFO] [stdout] | [INFO] [stdout] 55 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 55 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/arma.rs:132:53 [INFO] [stdout] | [INFO] [stdout] 132 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 132 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:343:1 [INFO] [stdout] | [INFO] [stdout] 343 | / make_formid_field!( [INFO] [stdout] 344 | | /// -> RACE [INFO] [stdout] 345 | | RNAM [INFO] [stdout] 346 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:357:1 [INFO] [stdout] | [INFO] [stdout] 357 | / impl_from_field!( [INFO] [stdout] 358 | | DNAM, [INFO] [stdout] 359 | | [ [INFO] [stdout] 360 | | male_priority: u8, [INFO] [stdout] ... | [INFO] [stdout] 367 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / make_formid_field!( [INFO] [stdout] 394 | | /// Base male texture, ->TXST [INFO] [stdout] 395 | | NAM0 [INFO] [stdout] 396 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:397:1 [INFO] [stdout] | [INFO] [stdout] 397 | / make_formid_field!( [INFO] [stdout] 398 | | /// Base female texture, ->TXST [INFO] [stdout] 399 | | NAM1 [INFO] [stdout] 400 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:401:1 [INFO] [stdout] | [INFO] [stdout] 401 | / make_formid_field!( [INFO] [stdout] 402 | | /// Base male first person texture, ->TXST [INFO] [stdout] 403 | | NAM2 [INFO] [stdout] 404 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:405:1 [INFO] [stdout] | [INFO] [stdout] 405 | / make_formid_field!( [INFO] [stdout] 406 | | /// Base female first person texture, ->TXST [INFO] [stdout] 407 | | NAM3 [INFO] [stdout] 408 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:409:1 [INFO] [stdout] | [INFO] [stdout] 409 | / make_formid_field!( [INFO] [stdout] 410 | | /// Race which this is applicable to. ->RACE [INFO] [stdout] 411 | | MODL [INFO] [stdout] 412 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:413:1 [INFO] [stdout] | [INFO] [stdout] 413 | / make_formid_field!( [INFO] [stdout] 414 | | /// Footstep sound. Mostly creatures. [INFO] [stdout] 415 | | SNDD [INFO] [stdout] 416 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arma.rs:417:1 [INFO] [stdout] | [INFO] [stdout] 417 | / make_formid_field!( [INFO] [stdout] 418 | | /// Art object, ->ARTO. Mostly creatures(??) [INFO] [stdout] 419 | | ONAM [INFO] [stdout] 420 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/armo.rs:170:53 [INFO] [stdout] | [INFO] [stdout] 170 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 170 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:485:1 [INFO] [stdout] | [INFO] [stdout] 485 | make_formid_field!(EITM); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:487:1 [INFO] [stdout] | [INFO] [stdout] 487 | impl_from_field!(EAMT, [amount: u16]); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:564:24 [INFO] [stdout] | [INFO] [stdout] 564 | impl_from_field!(ICO2, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:574:24 [INFO] [stdout] | [INFO] [stdout] 574 | impl_from_field!(MIC2, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:583:24 [INFO] [stdout] | [INFO] [stdout] 583 | impl_from_field!(BMCT, 'data, [ragdoll: FullString]); [INFO] [stdout] | ---------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:585:1 [INFO] [stdout] | [INFO] [stdout] 585 | / make_formid_field!( [INFO] [stdout] 586 | | /// ->EQUP (only shields) [INFO] [stdout] 587 | | ETYP [INFO] [stdout] 588 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:589:1 [INFO] [stdout] | [INFO] [stdout] 589 | / make_formid_field!( [INFO] [stdout] 590 | | /// ->IPDS (only shields) [INFO] [stdout] 591 | | BIDS [INFO] [stdout] 592 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:593:1 [INFO] [stdout] | [INFO] [stdout] 593 | / make_formid_field!( [INFO] [stdout] 594 | | /// ->MATT (only shields) [INFO] [stdout] 595 | | BAMT [INFO] [stdout] 596 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:597:1 [INFO] [stdout] | [INFO] [stdout] 597 | / make_formid_field!( [INFO] [stdout] 598 | | /// ->RACE (DefaultRace for for most except race specific skins) [INFO] [stdout] 599 | | RNAM [INFO] [stdout] 600 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:601:1 [INFO] [stdout] | [INFO] [stdout] 601 | make_formid_field!(MODL); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:612:1 [INFO] [stdout] | [INFO] [stdout] 612 | impl_from_field!(DNAM, [armor_rating: u32]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/armo.rs:614:1 [INFO] [stdout] | [INFO] [stdout] 614 | / make_formid_field!( [INFO] [stdout] 615 | | /// -> ARMO to use as template [INFO] [stdout] 616 | | TNAM [INFO] [stdout] 617 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/arto.rs:59:53 [INFO] [stdout] | [INFO] [stdout] 59 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 59 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/arto.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | impl_from_field!(DNAM, [art_type: ArtType]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/arto.rs:198:20 [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 198 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/aspc.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 61 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aspc.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / make_formid_field!( [INFO] [stdout] 169 | | /// Ambient sound ->SNDR [INFO] [stdout] 170 | | SNAM [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aspc.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | / make_formid_field!( [INFO] [stdout] 173 | | /// Region sound ->REGN [INFO] [stdout] 174 | | RDAT [INFO] [stdout] 175 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/aspc.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | / make_formid_field!( [INFO] [stdout] 177 | | /// Reverb for acoustic space ->REVB [INFO] [stdout] 178 | | BNAM [INFO] [stdout] 179 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/astp.rs:23:53 [INFO] [stdout] | [INFO] [stdout] 23 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 23 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | impl_from_field!(MPRT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:153:24 [INFO] [stdout] | [INFO] [stdout] 153 | impl_from_field!(FPRT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | impl_from_field!(FCHT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | impl_from_field!(MCHT, 'data, [label: NullTerminatedString<'data>]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/astp.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | impl_from_field!(DATA, [flags: DATAFlags]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/astp.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 183 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/avif.rs:85:53 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 85 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:211:24 [INFO] [stdout] | [INFO] [stdout] 211 | impl_from_field!(ANAM, 'data, [abbreviation: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/avif.rs:227:20 [INFO] [stdout] | [INFO] [stdout] 227 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 227 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/avif.rs:261:39 [INFO] [stdout] | [INFO] [stdout] 261 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 261 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:292:1 [INFO] [stdout] | [INFO] [stdout] 292 | / impl_from_field!( [INFO] [stdout] 293 | | AVSK, [INFO] [stdout] 294 | | [ [INFO] [stdout] 295 | | skill_use_multiplier: f32, [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | / make_formid_field!( [INFO] [stdout] 416 | | // ->PERK, or 0 for the first [INFO] [stdout] 417 | | PNAM [INFO] [stdout] 418 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:428:1 [INFO] [stdout] | [INFO] [stdout] 428 | impl_from_field!(FNAM, [flag: u32]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:437:1 [INFO] [stdout] | [INFO] [stdout] 437 | impl_from_field!(XNAM, [x_coord: i32]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:445:1 [INFO] [stdout] | [INFO] [stdout] 445 | impl_from_field!(YNAM, [y_coord: i32]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:454:1 [INFO] [stdout] | [INFO] [stdout] 454 | impl_from_field!(HNAM, [horiz_position: f32]); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:462:1 [INFO] [stdout] | [INFO] [stdout] 462 | impl_from_field!(VNAM, [vert_position: f32]); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:464:1 [INFO] [stdout] | [INFO] [stdout] 464 | / make_formid_field!( [INFO] [stdout] 465 | | /// ->AVIF, usually same as parent. Present even if CNAM is not [INFO] [stdout] 466 | | SNAM [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:491:1 [INFO] [stdout] | [INFO] [stdout] 491 | impl_from_field!(INAM, [id: u32]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/avif.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 480 | impl_from_field!(CNAM, [id: u32]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/book.rs:26:53 [INFO] [stdout] | [INFO] [stdout] 26 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 26 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/book.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | / impl_from_field!( [INFO] [stdout] 245 | | DATA, [INFO] [stdout] 246 | | [ [INFO] [stdout] 247 | | flags: DATAFlags, [INFO] [stdout] ... | [INFO] [stdout] 254 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/book.rs:290:20 [INFO] [stdout] | [INFO] [stdout] 290 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 290 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/book.rs:305:1 [INFO] [stdout] | [INFO] [stdout] 305 | / make_formid_field!( [INFO] [stdout] 306 | | /// ->STAT (?) [INFO] [stdout] 307 | | INAM [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/book.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | impl_from_field!(CNAM, [description: LString]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/tes4.rs:71:53 [INFO] [stdout] | [INFO] [stdout] 71 | fn from_record(record: GeneralRecord<'data>) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 71 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, TES4Record<'data>, FromRecordError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | impl_from_field!(HEDR, [version: f32, record_count: u32, next_object_id: u32]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:248:24 [INFO] [stdout] | [INFO] [stdout] 248 | impl_from_field!(CNAM, 'data, [author: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:256:24 [INFO] [stdout] | [INFO] [stdout] 256 | impl_from_field!(SNAM, 'data, [description: NullTerminatedString]); [INFO] [stdout] | ------------------------------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | impl_from_field!(MAST, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:351:1 [INFO] [stdout] | [INFO] [stdout] 351 | impl_from_field!(DATA, [value: u64]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/tes4.rs:363:39 [INFO] [stdout] | [INFO] [stdout] 363 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 363 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:377:1 [INFO] [stdout] | [INFO] [stdout] 377 | impl_from_field!(INTV, [value: u32]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | impl_from_field!(INCC, [value: u32]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 36 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | fn parse(data: &[u8], flags: Flags) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 222 | fn parse(data: &[u8], flags: Flags) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:255:24 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn parse(data: &[u8], _findex: FunctionIndex) -> PResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 255 | pub fn parse(data: &[u8], _findex: FunctionIndex) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/ctda.rs:314:20 [INFO] [stdout] | [INFO] [stdout] 314 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/dest.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | impl_from_field!(DEST, [health: u32, count: u8, flags: u8, unknown: u16]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/dest.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / impl_from_field!( [INFO] [stdout] 57 | | DSTD, [INFO] [stdout] 58 | | [ [INFO] [stdout] 59 | | health_percent: u16, [INFO] [stdout] ... | [INFO] [stdout] 67 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/dest.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/dest.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | field_iter: &mut std::iter::Peekable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 194 | ) -> PResult> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 194 | ) -> PResult<'_, Self, FromFieldError<'data>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/dest.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | make_empty_field!(DSTF); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_empty_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 128 | fn from_field(field: GeneralField<'_>) -> crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/edid.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | impl_from_field!(EDID, 'data, [id: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/kwda.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_field!(KSIZ, [amount: u32]); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/kwda.rs:29:43 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn from_field(field: GeneralField<'_>, amount: u32) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn from_field(field: GeneralField<'_>, amount: u32) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/modl.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 18 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/obnd.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | impl_from_field!(OBND, [p1: Position3, p2: Position3]); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:13:46 [INFO] [stdout] | [INFO] [stdout] 13 | fn parse_fragments(data: &'data [u8]) -> PResult; [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 13 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self>; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:25:50 [INFO] [stdout] | [INFO] [stdout] 25 | fn from_field(field: GeneralField<'data>) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 25 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 74 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:194:73 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult { [INFO] [stdout] | ----- the lifetime is named here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 194 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:273:10 [INFO] [stdout] | [INFO] [stdout] 270 | data: &'data [u8], [INFO] [stdout] | ----- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 273 | ) -> PResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 273 | ) -> PResult<'data, VMADPropertyData<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn parse(data: &[u8], object_format: VMADObjectFormat) -> PResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 436 | pub fn parse(data: &[u8], object_format: VMADObjectFormat) -> PResult<'_, VMADPropertyObject> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:507:73 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult { [INFO] [stdout] | ----- the lifetime is named here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 507 | pub fn parse(data: &'data [u8], object_format: VMADObjectFormat) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:543:47 [INFO] [stdout] | [INFO] [stdout] 543 | fn parse_fragments(_data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 543 | fn parse_fragments(_data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:573:46 [INFO] [stdout] | [INFO] [stdout] 573 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 573 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:637:20 [INFO] [stdout] | [INFO] [stdout] 637 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 637 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:661:36 [INFO] [stdout] | [INFO] [stdout] 661 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 661 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:705:46 [INFO] [stdout] | [INFO] [stdout] 705 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 705 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:772:20 [INFO] [stdout] | [INFO] [stdout] 772 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 772 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:796:46 [INFO] [stdout] | [INFO] [stdout] 796 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 796 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:842:36 [INFO] [stdout] | [INFO] [stdout] 842 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 842 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:893:46 [INFO] [stdout] | [INFO] [stdout] 893 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 893 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:957:36 [INFO] [stdout] | [INFO] [stdout] 957 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 957 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1015:36 [INFO] [stdout] | [INFO] [stdout] 1015 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1015 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1084:46 [INFO] [stdout] | [INFO] [stdout] 1084 | fn parse_fragments(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1084 | fn parse_fragments(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1142:36 [INFO] [stdout] | [INFO] [stdout] 1142 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1142 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/vmad.rs:1185:36 [INFO] [stdout] | [INFO] [stdout] 1185 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 1185 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/records/fields/common/mod.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / format!( [INFO] [stdout] 29 | | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | | field.type_name() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 28 ~ [INFO] [stdout] 29 | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | field.type_name() [INFO] [stdout] 31 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:55:36 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(data: &'data [u8]) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 55 | fn parse(data: &'data [u8]) -> PResult<'data, GeneralField<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:104:71 [INFO] [stdout] | [INFO] [stdout] 104 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError>; [INFO] [stdout] | ----- ----- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 104 | fn from_field(field: GeneralField<'data>) -> PResult<'data, Self, FromFieldError<'data>>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 52 | / make_formid_field!( [INFO] [stdout] 53 | | /// DO NOT USE THIS [INFO] [stdout] 54 | | Test [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | impl_from_field!(ICON, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:233:91 [INFO] [stdout] | [INFO] [stdout] 233 | ...ife>) -> $crate::parse::PResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | impl_from_field!(MICO, 'data, [filename: NullTerminatedString]); [INFO] [stdout] | --------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 233 | fn from_field(field: $crate::records::fields::common::GeneralField<$life>) -> $crate::parse::PResult<'data, Self, $crate::records::fields::common::FromFieldError<'data>> { [INFO] [stdout] | ++++++ +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / make_formid_field!( [INFO] [stdout] 72 | | /// Pickup ->SNDR [INFO] [stdout] 73 | | YNAM [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/formid_wrap.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / make_formid_field!( [INFO] [stdout] 77 | | /// Drop ->SNDR [INFO] [stdout] 78 | | ZNAM [INFO] [stdout] 79 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `make_formid_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 20 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_from_field!(QUAL, [quality: Quality]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 108 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | impl_from_field!(DESC, [description: LString]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:157:39 [INFO] [stdout] | [INFO] [stdout] 157 | fn from_field(field: GeneralField<'_>) -> PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 157 | fn from_field(field: GeneralField<'_>) -> PResult<'_, Self, FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:214:20 [INFO] [stdout] | [INFO] [stdout] 214 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 214 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/item.rs:266:20 [INFO] [stdout] | [INFO] [stdout] 266 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 266 | fn parse(data: &[u8]) -> PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...eld<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / impl_from_field!( [INFO] [stdout] 302 | | BOD2, [INFO] [stdout] 303 | | [part_node_flags: BodyPartNodeFlags, skill: ArmorSkill] [INFO] [stdout] 304 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/item.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | impl_from_field!(DATA, [value: Gold, weight: Weight]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/mod.rs:245:80 [INFO] [stdout] | [INFO] [stdout] 245 | ...ield<'_>) -> $crate::parse::PResult { [INFO] [stdout] | ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/records/fields/common/object.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl_from_field!(FULL, [name: LString]); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_from_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn from_field(field: $crate::records::fields::common::GeneralField<'_>) -> $crate::parse::PResult<'_, Self, $crate::records::fields::common::FromFieldError<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/fields/common/rgbu.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | fn parse(data: &[u8]) -> PResult<'_, RGBU> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/mod.rs:331:36 [INFO] [stdout] | [INFO] [stdout] 331 | fn parse(data: &'data [u8]) -> PResult> { [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 331 | fn parse(data: &'data [u8]) -> PResult<'data, GeneralRecord<'data>> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/mod.rs:432:53 [INFO] [stdout] | [INFO] [stdout] 432 | fn from_record(record: GeneralRecord<'data>) -> PResult>; [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 432 | fn from_record(record: GeneralRecord<'data>) -> PResult<'data, Self, FromRecordError<'data>>; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/common/formid.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(data: &[u8]) -> PResult<'_, FormId> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/common/lstring.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | fn parse(data: &[u8]) -> crate::parse::PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn parse(data: &[u8]) -> crate::parse::PResult<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/records/common/null_terminated_string.rs:26:36 [INFO] [stdout] | [INFO] [stdout] 26 | fn parse(data: &'data [u8]) -> PResult { [INFO] [stdout] | ----- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'data` [INFO] [stdout] | [INFO] [stdout] 26 | fn parse(data: &'data [u8]) -> PResult<'data, Self> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/records/common/version_control_info.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(data: &[u8]) -> PResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [WARN] too many lines in the log, truncating it