[INFO] fetching crate rusty_spine 0.8.0... [INFO] testing rusty_spine-0.8.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate rusty_spine 0.8.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate rusty_spine 0.8.0 [INFO] finished tweaking crates.io crate rusty_spine 0.8.0 [INFO] tweaked toml for crates.io crate rusty_spine 0.8.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rusty_spine 0.8.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rusty_spine 0.8.0 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acf0f633a1576a768d5144749f0beb39608aa492448b3b5a07a088c382b4f53f [INFO] running `Command { std: "docker" "start" "-a" "acf0f633a1576a768d5144749f0beb39608aa492448b3b5a07a088c382b4f53f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acf0f633a1576a768d5144749f0beb39608aa492448b3b5a07a088c382b4f53f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf0f633a1576a768d5144749f0beb39608aa492448b3b5a07a088c382b4f53f", kill_on_drop: false }` [INFO] [stdout] acf0f633a1576a768d5144749f0beb39608aa492448b3b5a07a088c382b4f53f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dab9dd45725d7e5a065a276bfe694f50923f5a16077b0cd951e14c2d035245e3 [INFO] running `Command { std: "docker" "start" "-a" "dab9dd45725d7e5a065a276bfe694f50923f5a16077b0cd951e14c2d035245e3", kill_on_drop: false }` [INFO] [stderr] Compiling mint v0.5.9 [INFO] [stderr] Compiling rusty_spine v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/c/wasm.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | let singleton = INSTANCE.as_ref().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/c/wasm.rs:499:30 [INFO] [stdout] | [INFO] [stdout] 499 | let cm: *const c_uchar = CHARMAP.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:10619:25 [INFO] [stdout] | [INFO] [stdout] 10619 | formatNames.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:10629:25 [INFO] [stdout] | [INFO] [stdout] 10629 | textureFilterNames.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:10634:25 [INFO] [stdout] | [INFO] [stdout] 10634 | textureFilterNames.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:28072:8 [INFO] [stdout] | [INFO] [stdout] 28072 | if debugMallocFunc.is_some() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/extension.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | let singleton = INSTANCE.as_ref().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 100 | ) -> CTmpMut { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 124 | ) -> Result, SpineError> { [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] 124 | ) -> Result, SpineError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 146 | ) -> CTmpMut { [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] 146 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 174 | ) -> CTmpMut { [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] 174 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 200 | ) -> Result, SpineError> { [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] 200 | ) -> Result, SpineError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 223 | ) -> CTmpMut { [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] 223 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 242 | ) -> CTmpMut { [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] 242 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 260 | ) -> CTmpMut { [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] 260 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:281:24 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn get_current(&self, track_index: usize) -> Option> { [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] 281 | pub fn get_current(&self, track_index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 425 | | /// The [`AnimationStateData`] to look up mix durations. [INFO] [stdout] 426 | | data, [INFO] [stdout] 427 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 430 | | spAnimationStateData [INFO] [stdout] 431 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 425 | | /// The [`AnimationStateData`] to look up mix durations. [INFO] [stdout] 426 | | data, [INFO] [stdout] 427 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 430 | | spAnimationStateData [INFO] [stdout] 431 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:808:13 [INFO] [stdout] | [INFO] [stdout] 808 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 809 | ) -> crate::c_interface::CTmpPtrNullableIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 809 | ) -> crate::c_interface::CTmpPtrNullableIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:820:13 [INFO] [stdout] | [INFO] [stdout] 820 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 821 | ) -> crate::c_interface::CTmpMutNullableIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 821 | ) -> crate::c_interface::CTmpMutNullableIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:832:13 [INFO] [stdout] | [INFO] [stdout] 832 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 833 | index: usize, [INFO] [stdout] 834 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 834 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:852:13 [INFO] [stdout] | [INFO] [stdout] 852 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 853 | index: usize, [INFO] [stdout] 854 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 854 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:455:5 [INFO] [stdout] | [INFO] [stdout] 455 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 573 | | /// The animation to apply for this track entry. [INFO] [stdout] 574 | | animation, [INFO] [stdout] 575 | | /// The mutable animation to apply for this track entry. [INFO] [stdout] ... | [INFO] [stdout] 579 | | spAnimation [INFO] [stdout] 580 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 573 | | /// The animation to apply for this track entry. [INFO] [stdout] 574 | | animation, [INFO] [stdout] 575 | | /// The mutable animation to apply for this track entry. [INFO] [stdout] ... | [INFO] [stdout] 579 | | spAnimation [INFO] [stdout] 580 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 582 | | /// The animation queued to play before this animation, or [`None`]. `previous` makes up a [INFO] [stdout] 583 | | /// doubly linked list. [INFO] [stdout] 584 | | previous, [INFO] [stdout] ... | [INFO] [stdout] 587 | | spTrackEntry [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:589:5 [INFO] [stdout] | [INFO] [stdout] 589 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 590 | | /// The animation queued to start after this animation, or [`None`] if there is none. `next` [INFO] [stdout] 591 | | /// makes up a doubly linked list. [INFO] [stdout] 592 | | /// [INFO] [stdout] ... | [INFO] [stdout] 597 | | spTrackEntry [INFO] [stdout] 598 | | ); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:599:5 [INFO] [stdout] | [INFO] [stdout] 599 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 600 | | /// The track entry for the previous animation when mixing from the previous animation to this [INFO] [stdout] 601 | | /// animation, or [`None`] if no mixing is currently occuring. When mixing from multiple [INFO] [stdout] 602 | | /// animations, `mixing_from` makes up a linked list. [INFO] [stdout] ... | [INFO] [stdout] 606 | | spTrackEntry [INFO] [stdout] 607 | | ); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 608 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 609 | | /// The track entry for the next animation when mixing from this animation to the next [INFO] [stdout] 610 | | /// animation, or [`None`] if no mixing is currently occuring. When mixing to multiple [INFO] [stdout] 611 | | /// animations, `mixing_to` makes up a linked list. [INFO] [stdout] ... | [INFO] [stdout] 615 | | spTrackEntry [INFO] [stdout] 616 | | ); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:866:5 [INFO] [stdout] | [INFO] [stdout] 866 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state_data.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 93 | | skeleton_data, [INFO] [stdout] 94 | | skeleton_data_mut, [INFO] [stdout] 95 | | skeletonData, [INFO] [stdout] 96 | | SkeletonData, [INFO] [stdout] 97 | | spSkeletonData [INFO] [stdout] 98 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state_data.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 93 | | skeleton_data, [INFO] [stdout] 94 | | skeleton_data_mut, [INFO] [stdout] 95 | | skeletonData, [INFO] [stdout] 96 | | SkeletonData, [INFO] [stdout] 97 | | spSkeletonData [INFO] [stdout] 98 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn pages(&self) -> AtlasPageIterator { [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] 109 | pub fn pages(&self) -> AtlasPageIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:118:22 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn find_page(&self, name: &str) -> Option> { [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] 118 | pub fn find_page(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn regions(&self) -> AtlasRegionIterator { [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] 124 | pub fn regions(&self) -> AtlasRegionIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn find_region(&self, name: &str) -> Option> { [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] 133 | pub fn find_region(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | / c_accessor_tmp_ptr!( [INFO] [stdout] 178 | | /// The [`Atlas`] this page belongs to. [INFO] [stdout] 179 | | atlas, [INFO] [stdout] 180 | | atlas, [INFO] [stdout] 181 | | Atlas, [INFO] [stdout] 182 | | spAtlas [INFO] [stdout] 183 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:236:9 [INFO] [stdout] | [INFO] [stdout] 236 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:697:22 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_super!( [INFO] [stdout] 367 | | texture_region, [INFO] [stdout] 368 | | texture_region_mut, [INFO] [stdout] 369 | | TextureRegion, [INFO] [stdout] 370 | | spTextureRegion [INFO] [stdout] 371 | | ); [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 `c_accessor_super` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 697 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:706:26 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_super!( [INFO] [stdout] 367 | | texture_region, [INFO] [stdout] 368 | | texture_region_mut, [INFO] [stdout] 369 | | TextureRegion, [INFO] [stdout] 370 | | spTextureRegion [INFO] [stdout] 371 | | ); [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 `c_accessor_super` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 706 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | c_accessor_tmp_ptr!(page, page, AtlasPage, spAtlasPage); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 356 | | /// The bone's setup pose data. [INFO] [stdout] 357 | | data, [INFO] [stdout] 358 | | /// The bone's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 362 | | spBoneData [INFO] [stdout] 363 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 356 | | /// The bone's setup pose data. [INFO] [stdout] 357 | | data, [INFO] [stdout] 358 | | /// The bone's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 362 | | spBoneData [INFO] [stdout] 363 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | c_accessor_tmp_ptr_optional_mut!(parent, parent_mut, parent, Bone, spBone); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | c_accessor_tmp_ptr_optional_mut!(parent, parent_mut, parent, Bone, spBone); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 633 | c_accessor_tmp_ptr_optional!(parent, parent, BoneData, spBoneData); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/clipping_attachment.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | c_accessor_tmp_ptr_mut!(end_slot, end_slot_mut, endSlot, SlotData, spSlotData); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/clipping_attachment.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | c_accessor_tmp_ptr_mut!(end_slot, end_slot_mut, endSlot, SlotData, spSlotData); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 78 | | /// The events's setup pose data. [INFO] [stdout] 79 | | data, [INFO] [stdout] 80 | | /// The events's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 84 | | spEventData [INFO] [stdout] 85 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 78 | | /// The events's setup pose data. [INFO] [stdout] 79 | | data, [INFO] [stdout] 80 | | /// The events's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 84 | | spEventData [INFO] [stdout] 85 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 39 | | /// The IK constraint's setup pose data. [INFO] [stdout] 40 | | data, [INFO] [stdout] 41 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 44 | | spIkConstraintData [INFO] [stdout] 45 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 39 | | /// The IK constraint's setup pose data. [INFO] [stdout] 40 | | data, [INFO] [stdout] 41 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 44 | | spIkConstraintData [INFO] [stdout] 45 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | / c_accessor_array!( [INFO] [stdout] 94 | | /// The bones that will be modified by this IK constraint. [INFO] [stdout] 95 | | bones, [INFO] [stdout] 96 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 101 | | bones_count [INFO] [stdout] 102 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | / c_accessor_array!( [INFO] [stdout] 94 | | /// The bones that will be modified by this IK constraint. [INFO] [stdout] 95 | | bones, [INFO] [stdout] 96 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 101 | | bones_count [INFO] [stdout] 102 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 104 | | /// The bone that is the IK target. [INFO] [stdout] 105 | | target, [INFO] [stdout] 106 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 109 | | spBone [INFO] [stdout] 110 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 104 | | /// The bone that is the IK target. [INFO] [stdout] 105 | | target, [INFO] [stdout] 106 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 109 | | spBone [INFO] [stdout] 110 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint_data.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | bones, [INFO] [stdout] 93 | | bone_at_index, [INFO] [stdout] 94 | | IkConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 98 | | bones_count [INFO] [stdout] 99 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint_data.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | bones, [INFO] [stdout] 93 | | bone_at_index, [INFO] [stdout] 94 | | IkConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 98 | | bones_count [INFO] [stdout] 99 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint_data.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | c_accessor_tmp_ptr!(target, target, BoneData, spBoneData); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 66 | | parent_mesh, [INFO] [stdout] 67 | | parent_mesh_mut, [INFO] [stdout] 68 | | parentMesh, [INFO] [stdout] 69 | | MeshAttachment, [INFO] [stdout] 70 | | spMeshAttachment [INFO] [stdout] 71 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 66 | | parent_mesh, [INFO] [stdout] 67 | | parent_mesh_mut, [INFO] [stdout] 68 | | parentMesh, [INFO] [stdout] 69 | | MeshAttachment, [INFO] [stdout] 70 | | spMeshAttachment [INFO] [stdout] 71 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The path constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spPathConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The path constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spPathConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 93 | | bones, [INFO] [stdout] 94 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 99 | | bones_count [INFO] [stdout] 100 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 93 | | bones, [INFO] [stdout] 94 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 99 | | bones_count [INFO] [stdout] 100 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 102 | | /// The slot whose path attachment will be used to constrained the bones. [INFO] [stdout] 103 | | target, [INFO] [stdout] 104 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 107 | | spSlot [INFO] [stdout] 108 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 102 | | /// The slot whose path attachment will be used to constrained the bones. [INFO] [stdout] 103 | | target, [INFO] [stdout] 104 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 107 | | spSlot [INFO] [stdout] 108 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint_data.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | / c_accessor_array!( [INFO] [stdout] 110 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 111 | | bones, [INFO] [stdout] 112 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 117 | | bones_count [INFO] [stdout] 118 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint_data.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | / c_accessor_array!( [INFO] [stdout] 110 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 111 | | bones, [INFO] [stdout] 112 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 117 | | bones_count [INFO] [stdout] 118 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint_data.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | / c_accessor_tmp_ptr!( [INFO] [stdout] 120 | | /// The slot whose path attachment will be used to constrained the bones. [INFO] [stdout] 121 | | target, [INFO] [stdout] 122 | | target, [INFO] [stdout] 123 | | SlotData, [INFO] [stdout] 124 | | spSlotData [INFO] [stdout] 125 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 62 | | /// The physics constraint's setup pose data. [INFO] [stdout] 63 | | data, [INFO] [stdout] 64 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 67 | | spPhysicsConstraintData [INFO] [stdout] 68 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 62 | | /// The physics constraint's setup pose data. [INFO] [stdout] 63 | | data, [INFO] [stdout] 64 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 67 | | spPhysicsConstraintData [INFO] [stdout] 68 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 86 | | /// The bone constrained by this physics constraint. [INFO] [stdout] 87 | | bone, [INFO] [stdout] 88 | | bone_mut, [INFO] [stdout] ... | [INFO] [stdout] 91 | | spBone [INFO] [stdout] 92 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 86 | | /// The bone constrained by this physics constraint. [INFO] [stdout] 87 | | bone, [INFO] [stdout] 88 | | bone_mut, [INFO] [stdout] ... | [INFO] [stdout] 91 | | spBone [INFO] [stdout] 92 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint_data.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / c_accessor_tmp_ptr!( [INFO] [stdout] 77 | | /// The bone constrained by this physics constraint. [INFO] [stdout] 78 | | bone, [INFO] [stdout] 79 | | bone, [INFO] [stdout] 80 | | BoneData, [INFO] [stdout] 81 | | spBoneData [INFO] [stdout] 82 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/region_attachment.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/region_attachment.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/region_attachment.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/renderer_object.rs:77:36 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn get_atlas_region(&mut self) -> Option> { [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] 77 | pub unsafe fn get_atlas_region(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:222:22 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn bone_root(&self) -> CTmpRef { [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 | pub fn bone_root(&self) -> CTmpRef<'_, Skeleton, Bone> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn bone_root_mut(&mut self) -> CTmpMut { [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] 228 | pub fn bone_root_mut(&mut self) -> CTmpMut<'_, Skeleton, Bone> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:233:22 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn find_bone(&self, name: &str) -> Option> { [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] 233 | pub fn find_bone(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:238:26 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn find_bone_mut(&mut self, name: &str) -> Option> { [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] 238 | pub fn find_bone_mut(&mut self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:243:22 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn find_slot(&self, name: &str) -> Option> { [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] 243 | pub fn find_slot(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:248:26 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn find_slot_mut(&mut self, name: &str) -> Option> { [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] 248 | pub fn find_slot_mut(&mut self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn find_ik_constraint(&self, name: &str) -> Option> { [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] 253 | pub fn find_ik_constraint(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 261 | name: &str, [INFO] [stdout] 262 | ) -> Option> { [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] 262 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:268:33 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn find_path_constraint(&self, name: &str) -> Option> { [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] 268 | pub fn find_path_constraint(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:275:9 [INFO] [stdout] | [INFO] [stdout] 275 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 276 | name: &str, [INFO] [stdout] 277 | ) -> Option> { [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] 277 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:284:9 [INFO] [stdout] | [INFO] [stdout] 284 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 285 | name: &str, [INFO] [stdout] 286 | ) -> Option> { [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] 286 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 294 | name: &str, [INFO] [stdout] 295 | ) -> Option> { [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] 295 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:302:9 [INFO] [stdout] | [INFO] [stdout] 302 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 303 | name: &str, [INFO] [stdout] 304 | ) -> Option> { [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] 304 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:311:9 [INFO] [stdout] | [INFO] [stdout] 311 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 312 | name: &str, [INFO] [stdout] 313 | ) -> Option> { [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] 313 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 381 | | /// The skeleton's setup pose data. [INFO] [stdout] 382 | | data, [INFO] [stdout] 383 | | /// The skeleton's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 387 | | spSkeletonData [INFO] [stdout] 388 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 381 | | /// The skeleton's setup pose data. [INFO] [stdout] 382 | | data, [INFO] [stdout] 383 | | /// The skeleton's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 387 | | spSkeletonData [INFO] [stdout] 388 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | c_accessor_tmp_ptr_optional_mut!(skin, skin_mut, skin, Skin, spSkin); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | c_accessor_tmp_ptr_optional_mut!(skin, skin_mut, skin, Skin, spSkin); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn find_bone(&self, name: &str) -> Option> { [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 find_bone(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn find_slot(&self, name: &str) -> Option> { [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] 60 | pub fn find_slot(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn find_skin(&self, name: &str) -> Option> { [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] 65 | pub fn find_skin(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:70:27 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn find_animation(&self, name: &str) -> Option> { [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 find_animation(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 77 | name: &str, [INFO] [stdout] 78 | ) -> Option> { [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] 78 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 86 | name: &str, [INFO] [stdout] 87 | ) -> Option> { [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] 87 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 95 | name: &str, [INFO] [stdout] 96 | ) -> Option> { [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] 96 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 104 | name: &str, [INFO] [stdout] 105 | ) -> Option> { [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] 105 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | / c_accessor_array!( [INFO] [stdout] 186 | | bones, [INFO] [stdout] 187 | | bone_at_index, [INFO] [stdout] 188 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 192 | | bones_count [INFO] [stdout] 193 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | / c_accessor_array!( [INFO] [stdout] 186 | | bones, [INFO] [stdout] 187 | | bone_at_index, [INFO] [stdout] 188 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 192 | | bones_count [INFO] [stdout] 193 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / c_accessor_array!( [INFO] [stdout] 195 | | slots, [INFO] [stdout] 196 | | slot_at_index, [INFO] [stdout] 197 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 201 | | slots_count [INFO] [stdout] 202 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / c_accessor_array!( [INFO] [stdout] 195 | | slots, [INFO] [stdout] 196 | | slot_at_index, [INFO] [stdout] 197 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 201 | | slots_count [INFO] [stdout] 202 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | / c_accessor_array!( [INFO] [stdout] 204 | | skins, [INFO] [stdout] 205 | | skin_at_index, [INFO] [stdout] 206 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 210 | | skins_count [INFO] [stdout] 211 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | / c_accessor_array!( [INFO] [stdout] 204 | | skins, [INFO] [stdout] 205 | | skin_at_index, [INFO] [stdout] 206 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 210 | | skins_count [INFO] [stdout] 211 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | c_accessor_tmp_ptr!(default_skin, defaultSkin, Skin, spSkin); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / c_accessor_array!( [INFO] [stdout] 214 | | animations, [INFO] [stdout] 215 | | animation_at_index, [INFO] [stdout] 216 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 220 | | animations_count [INFO] [stdout] 221 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / c_accessor_array!( [INFO] [stdout] 214 | | animations, [INFO] [stdout] 215 | | animation_at_index, [INFO] [stdout] 216 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 220 | | animations_count [INFO] [stdout] 221 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | / c_accessor_array!( [INFO] [stdout] 223 | | ik_constraints, [INFO] [stdout] 224 | | ik_contraint_at_index, [INFO] [stdout] 225 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 229 | | ik_contraints_count [INFO] [stdout] 230 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | / c_accessor_array!( [INFO] [stdout] 223 | | ik_constraints, [INFO] [stdout] 224 | | ik_contraint_at_index, [INFO] [stdout] 225 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 229 | | ik_contraints_count [INFO] [stdout] 230 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / c_accessor_array!( [INFO] [stdout] 232 | | path_constraints, [INFO] [stdout] 233 | | path_contraint_at_index, [INFO] [stdout] 234 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 238 | | path_contraints_count [INFO] [stdout] 239 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / c_accessor_array!( [INFO] [stdout] 232 | | path_constraints, [INFO] [stdout] 233 | | path_contraint_at_index, [INFO] [stdout] 234 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 238 | | path_contraints_count [INFO] [stdout] 239 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / c_accessor_array!( [INFO] [stdout] 241 | | physics_constraints, [INFO] [stdout] 242 | | physics_contraint_at_index, [INFO] [stdout] 243 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 247 | | physics_contraints_count [INFO] [stdout] 248 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / c_accessor_array!( [INFO] [stdout] 241 | | physics_constraints, [INFO] [stdout] 242 | | physics_contraint_at_index, [INFO] [stdout] 243 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 247 | | physics_contraints_count [INFO] [stdout] 248 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / c_accessor_array!( [INFO] [stdout] 250 | | transform_constraints, [INFO] [stdout] 251 | | transform_contraint_at_index, [INFO] [stdout] 252 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 256 | | transform_contraints_count [INFO] [stdout] 257 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / c_accessor_array!( [INFO] [stdout] 250 | | transform_constraints, [INFO] [stdout] 251 | | transform_contraint_at_index, [INFO] [stdout] 252 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 256 | | transform_contraints_count [INFO] [stdout] 257 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 86 | / attachment_accessor!( [INFO] [stdout] 87 | | /// The [`RegionAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 88 | | /// different type. [INFO] [stdout] 89 | | region_attachment, [INFO] [stdout] ... | [INFO] [stdout] 95 | | AttachmentType::Region [INFO] [stdout] 96 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 98 | / attachment_accessor!( [INFO] [stdout] 99 | | /// The [`BoundingBoxAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 100 | | /// different type. [INFO] [stdout] 101 | | bounding_box_attachment, [INFO] [stdout] ... | [INFO] [stdout] 107 | | AttachmentType::BoundingBox [INFO] [stdout] 108 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 110 | / attachment_accessor!( [INFO] [stdout] 111 | | /// The [`MeshAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 112 | | /// different type. [INFO] [stdout] 113 | | mesh_attachment, [INFO] [stdout] ... | [INFO] [stdout] 119 | | AttachmentType::Mesh [INFO] [stdout] 120 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 122 | / attachment_accessor!( [INFO] [stdout] 123 | | /// The [`PointAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 124 | | /// different type. [INFO] [stdout] 125 | | point_attachment, [INFO] [stdout] ... | [INFO] [stdout] 131 | | AttachmentType::Point [INFO] [stdout] 132 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 134 | / attachment_accessor!( [INFO] [stdout] 135 | | /// The [`ClippingAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 136 | | /// different type. [INFO] [stdout] 137 | | clipping_attachment, [INFO] [stdout] ... | [INFO] [stdout] 143 | | AttachmentType::Clipping [INFO] [stdout] 144 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 162 | | /// The slot's setup pose data. [INFO] [stdout] 163 | | data, [INFO] [stdout] 164 | | /// The slot's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 168 | | spSlotData [INFO] [stdout] 169 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 162 | | /// The slot's setup pose data. [INFO] [stdout] 163 | | data, [INFO] [stdout] 164 | | /// The slot's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 168 | | spSlotData [INFO] [stdout] 169 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 171 | | /// The bone this slot belongs to. [INFO] [stdout] 172 | | bone, [INFO] [stdout] 173 | | /// The mutable bone this slot belongs to. [INFO] [stdout] ... | [INFO] [stdout] 177 | | spBone [INFO] [stdout] 178 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 171 | | /// The bone this slot belongs to. [INFO] [stdout] 172 | | bone, [INFO] [stdout] 173 | | /// The mutable bone this slot belongs to. [INFO] [stdout] ... | [INFO] [stdout] 177 | | spBone [INFO] [stdout] 178 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | / c_accessor_tmp_ptr_optional_mut!( [INFO] [stdout] 180 | | /// The current attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] 181 | | attachment, [INFO] [stdout] 182 | | /// The current mutable attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] ... | [INFO] [stdout] 186 | | spAttachment [INFO] [stdout] 187 | | ); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | / c_accessor_tmp_ptr_optional_mut!( [INFO] [stdout] 180 | | /// The current attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] 181 | | attachment, [INFO] [stdout] 182 | | /// The current mutable attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] ... | [INFO] [stdout] 186 | | spAttachment [INFO] [stdout] 187 | | ); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | / c_accessor_tmp_ptr!( [INFO] [stdout] 251 | | /// The bone this slot belongs to. [INFO] [stdout] 252 | | bone_data, [INFO] [stdout] 253 | | boneData, [INFO] [stdout] 254 | | BoneData, [INFO] [stdout] 255 | | spBoneData [INFO] [stdout] 256 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/texture_region.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The transform constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spTransformConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The transform constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spTransformConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_array!( [INFO] [stdout] 102 | | /// The bones that will be modified by this transform constraint. [INFO] [stdout] 103 | | bones, [INFO] [stdout] 104 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 109 | | bones_count [INFO] [stdout] 110 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_array!( [INFO] [stdout] 102 | | /// The bones that will be modified by this transform constraint. [INFO] [stdout] 103 | | bones, [INFO] [stdout] 104 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 109 | | bones_count [INFO] [stdout] 110 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 112 | | /// The target bone whose world transform will be copied to the constrained bones. [INFO] [stdout] 113 | | target, [INFO] [stdout] 114 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 117 | | spBone [INFO] [stdout] 118 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 112 | | /// The target bone whose world transform will be copied to the constrained bones. [INFO] [stdout] 113 | | target, [INFO] [stdout] 114 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 117 | | spBone [INFO] [stdout] 118 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint_data.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | / c_accessor_array!( [INFO] [stdout] 130 | | bones, [INFO] [stdout] 131 | | bone_at_index, [INFO] [stdout] 132 | | TransformConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 136 | | bones_count [INFO] [stdout] 137 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint_data.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | / c_accessor_array!( [INFO] [stdout] 130 | | bones, [INFO] [stdout] 131 | | bone_at_index, [INFO] [stdout] 132 | | TransformConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 136 | | bones_count [INFO] [stdout] 137 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint_data.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / c_accessor_tmp_ptr!( [INFO] [stdout] 139 | | /// The target bone whose world transform will be copied to the constrained bones. [INFO] [stdout] 140 | | target, [INFO] [stdout] 141 | | target, [INFO] [stdout] 142 | | BoneData, [INFO] [stdout] 143 | | spBoneData [INFO] [stdout] 144 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s [INFO] running `Command { std: "docker" "inspect" "dab9dd45725d7e5a065a276bfe694f50923f5a16077b0cd951e14c2d035245e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dab9dd45725d7e5a065a276bfe694f50923f5a16077b0cd951e14c2d035245e3", kill_on_drop: false }` [INFO] [stdout] dab9dd45725d7e5a065a276bfe694f50923f5a16077b0cd951e14c2d035245e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50d44cac8471ee126d815290c92512f7c6a16932f1418dea05bb56780d711b64 [INFO] running `Command { std: "docker" "start" "-a" "50d44cac8471ee126d815290c92512f7c6a16932f1418dea05bb56780d711b64", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-general-category v0.6.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling ttf-parser v0.19.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memmap2 v0.6.2 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling fdeflate v0.3.1 [INFO] [stderr] Compiling unicode-script v0.5.6 [INFO] [stderr] Compiling unicode-ccc v0.1.2 [INFO] [stderr] Compiling yazi v0.1.6 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling zeno v0.2.3 [INFO] [stderr] Compiling miniquad v0.3.16 [INFO] [stderr] Compiling fontdb v0.14.1 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling sys-locale v0.3.1 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling rangemap v1.5.1 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling glam v0.23.0 [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/c/wasm.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | let singleton = INSTANCE.as_ref().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/c/wasm.rs:499:30 [INFO] [stdout] | [INFO] [stdout] 499 | let cm: *const c_uchar = CHARMAP.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:10619:25 [INFO] [stdout] | [INFO] [stdout] 10619 | formatNames.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:10629:25 [INFO] [stdout] | [INFO] [stdout] 10629 | textureFilterNames.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:10634:25 [INFO] [stdout] | [INFO] [stdout] 10634 | textureFilterNames.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/c/spine_c.rs:28072:8 [INFO] [stdout] | [INFO] [stdout] 28072 | if debugMallocFunc.is_some() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/extension.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | let singleton = INSTANCE.as_ref().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 100 | ) -> CTmpMut { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 124 | ) -> Result, SpineError> { [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] 124 | ) -> Result, SpineError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 146 | ) -> CTmpMut { [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] 146 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 174 | ) -> CTmpMut { [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] 174 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 200 | ) -> Result, SpineError> { [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] 200 | ) -> Result, SpineError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 223 | ) -> CTmpMut { [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] 223 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 242 | ) -> CTmpMut { [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] 242 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 260 | ) -> CTmpMut { [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] 260 | ) -> CTmpMut<'_, Self, TrackEntry> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/animation_state.rs:281:24 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn get_current(&self, track_index: usize) -> Option> { [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] 281 | pub fn get_current(&self, track_index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 425 | | /// The [`AnimationStateData`] to look up mix durations. [INFO] [stdout] 426 | | data, [INFO] [stdout] 427 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 430 | | spAnimationStateData [INFO] [stdout] 431 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 425 | | /// The [`AnimationStateData`] to look up mix durations. [INFO] [stdout] 426 | | data, [INFO] [stdout] 427 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 430 | | spAnimationStateData [INFO] [stdout] 431 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:808:13 [INFO] [stdout] | [INFO] [stdout] 808 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 809 | ) -> crate::c_interface::CTmpPtrNullableIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 809 | ) -> crate::c_interface::CTmpPtrNullableIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:820:13 [INFO] [stdout] | [INFO] [stdout] 820 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 821 | ) -> crate::c_interface::CTmpMutNullableIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 821 | ) -> crate::c_interface::CTmpMutNullableIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:832:13 [INFO] [stdout] | [INFO] [stdout] 832 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 833 | index: usize, [INFO] [stdout] 834 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 834 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:852:13 [INFO] [stdout] | [INFO] [stdout] 852 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 853 | index: usize, [INFO] [stdout] 854 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | / c_accessor_array_nullable!( [INFO] [stdout] 434 | | tracks, [INFO] [stdout] 435 | | tracks_mut, [INFO] [stdout] 436 | | track_at_index, [INFO] [stdout] ... | [INFO] [stdout] 442 | | tracks_count [INFO] [stdout] 443 | | ); [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 `c_accessor_array_nullable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 854 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:455:5 [INFO] [stdout] | [INFO] [stdout] 455 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 573 | | /// The animation to apply for this track entry. [INFO] [stdout] 574 | | animation, [INFO] [stdout] 575 | | /// The mutable animation to apply for this track entry. [INFO] [stdout] ... | [INFO] [stdout] 579 | | spAnimation [INFO] [stdout] 580 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 573 | | /// The animation to apply for this track entry. [INFO] [stdout] 574 | | animation, [INFO] [stdout] 575 | | /// The mutable animation to apply for this track entry. [INFO] [stdout] ... | [INFO] [stdout] 579 | | spAnimation [INFO] [stdout] 580 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 582 | | /// The animation queued to play before this animation, or [`None`]. `previous` makes up a [INFO] [stdout] 583 | | /// doubly linked list. [INFO] [stdout] 584 | | previous, [INFO] [stdout] ... | [INFO] [stdout] 587 | | spTrackEntry [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:589:5 [INFO] [stdout] | [INFO] [stdout] 589 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 590 | | /// The animation queued to start after this animation, or [`None`] if there is none. `next` [INFO] [stdout] 591 | | /// makes up a doubly linked list. [INFO] [stdout] 592 | | /// [INFO] [stdout] ... | [INFO] [stdout] 597 | | spTrackEntry [INFO] [stdout] 598 | | ); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:599:5 [INFO] [stdout] | [INFO] [stdout] 599 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 600 | | /// The track entry for the previous animation when mixing from the previous animation to this [INFO] [stdout] 601 | | /// animation, or [`None`] if no mixing is currently occuring. When mixing from multiple [INFO] [stdout] 602 | | /// animations, `mixing_from` makes up a linked list. [INFO] [stdout] ... | [INFO] [stdout] 606 | | spTrackEntry [INFO] [stdout] 607 | | ); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 608 | / c_accessor_tmp_ptr_optional!( [INFO] [stdout] 609 | | /// The track entry for the next animation when mixing from this animation to the next [INFO] [stdout] 610 | | /// animation, or [`None`] if no mixing is currently occuring. When mixing to multiple [INFO] [stdout] 611 | | /// animations, `mixing_to` makes up a linked list. [INFO] [stdout] ... | [INFO] [stdout] 615 | | spTrackEntry [INFO] [stdout] 616 | | ); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state.rs:866:5 [INFO] [stdout] | [INFO] [stdout] 866 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state_data.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 93 | | skeleton_data, [INFO] [stdout] 94 | | skeleton_data_mut, [INFO] [stdout] 95 | | skeletonData, [INFO] [stdout] 96 | | SkeletonData, [INFO] [stdout] 97 | | spSkeletonData [INFO] [stdout] 98 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/animation_state_data.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 93 | | skeleton_data, [INFO] [stdout] 94 | | skeleton_data_mut, [INFO] [stdout] 95 | | skeletonData, [INFO] [stdout] 96 | | SkeletonData, [INFO] [stdout] 97 | | spSkeletonData [INFO] [stdout] 98 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn pages(&self) -> AtlasPageIterator { [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] 109 | pub fn pages(&self) -> AtlasPageIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:118:22 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn find_page(&self, name: &str) -> Option> { [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] 118 | pub fn find_page(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn regions(&self) -> AtlasRegionIterator { [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] 124 | pub fn regions(&self) -> AtlasRegionIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/atlas.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn find_region(&self, name: &str) -> Option> { [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] 133 | pub fn find_region(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | / c_accessor_tmp_ptr!( [INFO] [stdout] 178 | | /// The [`Atlas`] this page belongs to. [INFO] [stdout] 179 | | atlas, [INFO] [stdout] 180 | | atlas, [INFO] [stdout] 181 | | Atlas, [INFO] [stdout] 182 | | spAtlas [INFO] [stdout] 183 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:236:9 [INFO] [stdout] | [INFO] [stdout] 236 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:697:22 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_super!( [INFO] [stdout] 367 | | texture_region, [INFO] [stdout] 368 | | texture_region_mut, [INFO] [stdout] 369 | | TextureRegion, [INFO] [stdout] 370 | | spTextureRegion [INFO] [stdout] 371 | | ); [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 `c_accessor_super` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 697 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:706:26 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_super!( [INFO] [stdout] 367 | | texture_region, [INFO] [stdout] 368 | | texture_region_mut, [INFO] [stdout] 369 | | TextureRegion, [INFO] [stdout] 370 | | spTextureRegion [INFO] [stdout] 371 | | ); [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 `c_accessor_super` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 706 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/atlas.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | c_accessor_tmp_ptr!(page, page, AtlasPage, spAtlasPage); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 356 | | /// The bone's setup pose data. [INFO] [stdout] 357 | | data, [INFO] [stdout] 358 | | /// The bone's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 362 | | spBoneData [INFO] [stdout] 363 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 356 | | /// The bone's setup pose data. [INFO] [stdout] 357 | | data, [INFO] [stdout] 358 | | /// The bone's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 362 | | spBoneData [INFO] [stdout] 363 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | c_accessor_tmp_ptr_optional_mut!(parent, parent_mut, parent, Bone, spBone); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | c_accessor_tmp_ptr_optional_mut!(parent, parent_mut, parent, Bone, spBone); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | / c_accessor_array_mut!( [INFO] [stdout] 367 | | /// An iterator over the children of this bone. [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 405 | | children_count [INFO] [stdout] 406 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/bone.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 633 | c_accessor_tmp_ptr_optional!(parent, parent, BoneData, spBoneData); [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 `c_accessor_tmp_ptr_optional` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/clipping_attachment.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | c_accessor_tmp_ptr_mut!(end_slot, end_slot_mut, endSlot, SlotData, spSlotData); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/clipping_attachment.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | c_accessor_tmp_ptr_mut!(end_slot, end_slot_mut, endSlot, SlotData, spSlotData); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 78 | | /// The events's setup pose data. [INFO] [stdout] 79 | | data, [INFO] [stdout] 80 | | /// The events's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 84 | | spEventData [INFO] [stdout] 85 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 78 | | /// The events's setup pose data. [INFO] [stdout] 79 | | data, [INFO] [stdout] 80 | | /// The events's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 84 | | spEventData [INFO] [stdout] 85 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 39 | | /// The IK constraint's setup pose data. [INFO] [stdout] 40 | | data, [INFO] [stdout] 41 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 44 | | spIkConstraintData [INFO] [stdout] 45 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 39 | | /// The IK constraint's setup pose data. [INFO] [stdout] 40 | | data, [INFO] [stdout] 41 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 44 | | spIkConstraintData [INFO] [stdout] 45 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | / c_accessor_array!( [INFO] [stdout] 94 | | /// The bones that will be modified by this IK constraint. [INFO] [stdout] 95 | | bones, [INFO] [stdout] 96 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 101 | | bones_count [INFO] [stdout] 102 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | / c_accessor_array!( [INFO] [stdout] 94 | | /// The bones that will be modified by this IK constraint. [INFO] [stdout] 95 | | bones, [INFO] [stdout] 96 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 101 | | bones_count [INFO] [stdout] 102 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 104 | | /// The bone that is the IK target. [INFO] [stdout] 105 | | target, [INFO] [stdout] 106 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 109 | | spBone [INFO] [stdout] 110 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 104 | | /// The bone that is the IK target. [INFO] [stdout] 105 | | target, [INFO] [stdout] 106 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 109 | | spBone [INFO] [stdout] 110 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint_data.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | bones, [INFO] [stdout] 93 | | bone_at_index, [INFO] [stdout] 94 | | IkConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 98 | | bones_count [INFO] [stdout] 99 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint_data.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | bones, [INFO] [stdout] 93 | | bone_at_index, [INFO] [stdout] 94 | | IkConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 98 | | bones_count [INFO] [stdout] 99 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/ik_constraint_data.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | c_accessor_tmp_ptr!(target, target, BoneData, spBoneData); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 66 | | parent_mesh, [INFO] [stdout] 67 | | parent_mesh_mut, [INFO] [stdout] 68 | | parentMesh, [INFO] [stdout] 69 | | MeshAttachment, [INFO] [stdout] 70 | | spMeshAttachment [INFO] [stdout] 71 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/mesh_attachment.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 66 | | parent_mesh, [INFO] [stdout] 67 | | parent_mesh_mut, [INFO] [stdout] 68 | | parentMesh, [INFO] [stdout] 69 | | MeshAttachment, [INFO] [stdout] 70 | | spMeshAttachment [INFO] [stdout] 71 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The path constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spPathConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The path constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spPathConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 93 | | bones, [INFO] [stdout] 94 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 99 | | bones_count [INFO] [stdout] 100 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / c_accessor_array!( [INFO] [stdout] 92 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 93 | | bones, [INFO] [stdout] 94 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 99 | | bones_count [INFO] [stdout] 100 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 102 | | /// The slot whose path attachment will be used to constrained the bones. [INFO] [stdout] 103 | | target, [INFO] [stdout] 104 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 107 | | spSlot [INFO] [stdout] 108 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 102 | | /// The slot whose path attachment will be used to constrained the bones. [INFO] [stdout] 103 | | target, [INFO] [stdout] 104 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 107 | | spSlot [INFO] [stdout] 108 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint_data.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | / c_accessor_array!( [INFO] [stdout] 110 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 111 | | bones, [INFO] [stdout] 112 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 117 | | bones_count [INFO] [stdout] 118 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint_data.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | / c_accessor_array!( [INFO] [stdout] 110 | | /// The bones that will be modified by this path constraint. [INFO] [stdout] 111 | | bones, [INFO] [stdout] 112 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 117 | | bones_count [INFO] [stdout] 118 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/path_constraint_data.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | / c_accessor_tmp_ptr!( [INFO] [stdout] 120 | | /// The slot whose path attachment will be used to constrained the bones. [INFO] [stdout] 121 | | target, [INFO] [stdout] 122 | | target, [INFO] [stdout] 123 | | SlotData, [INFO] [stdout] 124 | | spSlotData [INFO] [stdout] 125 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 62 | | /// The physics constraint's setup pose data. [INFO] [stdout] 63 | | data, [INFO] [stdout] 64 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 67 | | spPhysicsConstraintData [INFO] [stdout] 68 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 62 | | /// The physics constraint's setup pose data. [INFO] [stdout] 63 | | data, [INFO] [stdout] 64 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 67 | | spPhysicsConstraintData [INFO] [stdout] 68 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 86 | | /// The bone constrained by this physics constraint. [INFO] [stdout] 87 | | bone, [INFO] [stdout] 88 | | bone_mut, [INFO] [stdout] ... | [INFO] [stdout] 91 | | spBone [INFO] [stdout] 92 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 86 | | /// The bone constrained by this physics constraint. [INFO] [stdout] 87 | | bone, [INFO] [stdout] 88 | | bone_mut, [INFO] [stdout] ... | [INFO] [stdout] 91 | | spBone [INFO] [stdout] 92 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/physics_constraint_data.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / c_accessor_tmp_ptr!( [INFO] [stdout] 77 | | /// The bone constrained by this physics constraint. [INFO] [stdout] 78 | | bone, [INFO] [stdout] 79 | | bone, [INFO] [stdout] 80 | | BoneData, [INFO] [stdout] 81 | | spBoneData [INFO] [stdout] 82 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/region_attachment.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/region_attachment.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/region_attachment.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | c_accessor_tmp_ptr_optional_mut!(region, region_mut, region, TextureRegion, spTextureRegion); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/renderer_object.rs:77:36 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn get_atlas_region(&mut self) -> Option> { [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] 77 | pub unsafe fn get_atlas_region(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:222:22 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn bone_root(&self) -> CTmpRef { [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 | pub fn bone_root(&self) -> CTmpRef<'_, Skeleton, Bone> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn bone_root_mut(&mut self) -> CTmpMut { [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] 228 | pub fn bone_root_mut(&mut self) -> CTmpMut<'_, Skeleton, Bone> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:233:22 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn find_bone(&self, name: &str) -> Option> { [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] 233 | pub fn find_bone(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:238:26 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn find_bone_mut(&mut self, name: &str) -> Option> { [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] 238 | pub fn find_bone_mut(&mut self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:243:22 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn find_slot(&self, name: &str) -> Option> { [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] 243 | pub fn find_slot(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:248:26 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn find_slot_mut(&mut self, name: &str) -> Option> { [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] 248 | pub fn find_slot_mut(&mut self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn find_ik_constraint(&self, name: &str) -> Option> { [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] 253 | pub fn find_ik_constraint(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 261 | name: &str, [INFO] [stdout] 262 | ) -> Option> { [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] 262 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:268:33 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn find_path_constraint(&self, name: &str) -> Option> { [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] 268 | pub fn find_path_constraint(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:275:9 [INFO] [stdout] | [INFO] [stdout] 275 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 276 | name: &str, [INFO] [stdout] 277 | ) -> Option> { [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] 277 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:284:9 [INFO] [stdout] | [INFO] [stdout] 284 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 285 | name: &str, [INFO] [stdout] 286 | ) -> Option> { [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] 286 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 294 | name: &str, [INFO] [stdout] 295 | ) -> Option> { [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] 295 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:302:9 [INFO] [stdout] | [INFO] [stdout] 302 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 303 | name: &str, [INFO] [stdout] 304 | ) -> Option> { [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] 304 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton.rs:311:9 [INFO] [stdout] | [INFO] [stdout] 311 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 312 | name: &str, [INFO] [stdout] 313 | ) -> Option> { [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] 313 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 381 | | /// The skeleton's setup pose data. [INFO] [stdout] 382 | | data, [INFO] [stdout] 383 | | /// The skeleton's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 387 | | spSkeletonData [INFO] [stdout] 388 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 381 | | /// The skeleton's setup pose data. [INFO] [stdout] 382 | | data, [INFO] [stdout] 383 | | /// The skeleton's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 387 | | spSkeletonData [INFO] [stdout] 388 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / c_accessor_array_mut!( [INFO] [stdout] 469 | | /// An iterator to the skeleton's bones. [INFO] [stdout] 470 | | bones, [INFO] [stdout] 471 | | /// A mutable iterator to the skeleton's bones. [INFO] [stdout] ... | [INFO] [stdout] 481 | | bones_count [INFO] [stdout] 482 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / c_accessor_array_mut!( [INFO] [stdout] 484 | | /// An iterator to the skeleton's slots. [INFO] [stdout] 485 | | slots, [INFO] [stdout] 486 | | /// A mutable iterator to the skeleton's slots. [INFO] [stdout] ... | [INFO] [stdout] 496 | | slots_count [INFO] [stdout] 497 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:498:5 [INFO] [stdout] | [INFO] [stdout] 498 | / c_accessor_array_mut!( [INFO] [stdout] 499 | | /// An iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] 500 | | draw_order, [INFO] [stdout] 501 | | /// A mutable iterator to the skeleton's slots in the order they should be drawn. [INFO] [stdout] ... | [INFO] [stdout] 511 | | slots_count [INFO] [stdout] 512 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:513:5 [INFO] [stdout] | [INFO] [stdout] 513 | / c_accessor_array_mut!( [INFO] [stdout] 514 | | ik_constraints, [INFO] [stdout] 515 | | ik_constraints_mut, [INFO] [stdout] 516 | | ik_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 522 | | ik_contraints_count [INFO] [stdout] 523 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | / c_accessor_array_mut!( [INFO] [stdout] 525 | | path_constraints, [INFO] [stdout] 526 | | path_constraints_mut, [INFO] [stdout] 527 | | path_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 533 | | path_contraints_count [INFO] [stdout] 534 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 535 | / c_accessor_array_mut!( [INFO] [stdout] 536 | | physics_constraints, [INFO] [stdout] 537 | | physics_constraints_mut, [INFO] [stdout] 538 | | physics_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 544 | | physics_contraints_count [INFO] [stdout] 545 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array` which comes from the expansion of the macro `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:775:13 [INFO] [stdout] | [INFO] [stdout] 775 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 776 | ) -> crate::c_interface::CTmpMutIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:787:13 [INFO] [stdout] | [INFO] [stdout] 787 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 788 | index: usize, [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / c_accessor_array_mut!( [INFO] [stdout] 547 | | transform_constraints, [INFO] [stdout] 548 | | transform_constraints_mut, [INFO] [stdout] 549 | | transform_contraint_at_index, [INFO] [stdout] ... | [INFO] [stdout] 555 | | transform_contraints_count [INFO] [stdout] 556 | | ); [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 `c_accessor_array_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 789 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | c_accessor_tmp_ptr_optional_mut!(skin, skin_mut, skin, Skin, spSkin); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | c_accessor_tmp_ptr_optional_mut!(skin, skin_mut, skin, Skin, spSkin); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn find_bone(&self, name: &str) -> Option> { [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 find_bone(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn find_slot(&self, name: &str) -> Option> { [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] 60 | pub fn find_slot(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn find_skin(&self, name: &str) -> Option> { [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] 65 | pub fn find_skin(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:70:27 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn find_animation(&self, name: &str) -> Option> { [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 find_animation(&self, name: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 77 | name: &str, [INFO] [stdout] 78 | ) -> Option> { [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] 78 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 86 | name: &str, [INFO] [stdout] 87 | ) -> Option> { [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] 87 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 95 | name: &str, [INFO] [stdout] 96 | ) -> Option> { [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] 96 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/skeleton_data.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 104 | name: &str, [INFO] [stdout] 105 | ) -> Option> { [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] 105 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | / c_accessor_array!( [INFO] [stdout] 186 | | bones, [INFO] [stdout] 187 | | bone_at_index, [INFO] [stdout] 188 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 192 | | bones_count [INFO] [stdout] 193 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | / c_accessor_array!( [INFO] [stdout] 186 | | bones, [INFO] [stdout] 187 | | bone_at_index, [INFO] [stdout] 188 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 192 | | bones_count [INFO] [stdout] 193 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / c_accessor_array!( [INFO] [stdout] 195 | | slots, [INFO] [stdout] 196 | | slot_at_index, [INFO] [stdout] 197 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 201 | | slots_count [INFO] [stdout] 202 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / c_accessor_array!( [INFO] [stdout] 195 | | slots, [INFO] [stdout] 196 | | slot_at_index, [INFO] [stdout] 197 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 201 | | slots_count [INFO] [stdout] 202 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | / c_accessor_array!( [INFO] [stdout] 204 | | skins, [INFO] [stdout] 205 | | skin_at_index, [INFO] [stdout] 206 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 210 | | skins_count [INFO] [stdout] 211 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | / c_accessor_array!( [INFO] [stdout] 204 | | skins, [INFO] [stdout] 205 | | skin_at_index, [INFO] [stdout] 206 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 210 | | skins_count [INFO] [stdout] 211 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | c_accessor_tmp_ptr!(default_skin, defaultSkin, Skin, spSkin); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / c_accessor_array!( [INFO] [stdout] 214 | | animations, [INFO] [stdout] 215 | | animation_at_index, [INFO] [stdout] 216 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 220 | | animations_count [INFO] [stdout] 221 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / c_accessor_array!( [INFO] [stdout] 214 | | animations, [INFO] [stdout] 215 | | animation_at_index, [INFO] [stdout] 216 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 220 | | animations_count [INFO] [stdout] 221 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | / c_accessor_array!( [INFO] [stdout] 223 | | ik_constraints, [INFO] [stdout] 224 | | ik_contraint_at_index, [INFO] [stdout] 225 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 229 | | ik_contraints_count [INFO] [stdout] 230 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | / c_accessor_array!( [INFO] [stdout] 223 | | ik_constraints, [INFO] [stdout] 224 | | ik_contraint_at_index, [INFO] [stdout] 225 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 229 | | ik_contraints_count [INFO] [stdout] 230 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / c_accessor_array!( [INFO] [stdout] 232 | | path_constraints, [INFO] [stdout] 233 | | path_contraint_at_index, [INFO] [stdout] 234 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 238 | | path_contraints_count [INFO] [stdout] 239 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | / c_accessor_array!( [INFO] [stdout] 232 | | path_constraints, [INFO] [stdout] 233 | | path_contraint_at_index, [INFO] [stdout] 234 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 238 | | path_contraints_count [INFO] [stdout] 239 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / c_accessor_array!( [INFO] [stdout] 241 | | physics_constraints, [INFO] [stdout] 242 | | physics_contraint_at_index, [INFO] [stdout] 243 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 247 | | physics_contraints_count [INFO] [stdout] 248 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / c_accessor_array!( [INFO] [stdout] 241 | | physics_constraints, [INFO] [stdout] 242 | | physics_contraint_at_index, [INFO] [stdout] 243 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 247 | | physics_contraints_count [INFO] [stdout] 248 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / c_accessor_array!( [INFO] [stdout] 250 | | transform_constraints, [INFO] [stdout] 251 | | transform_contraint_at_index, [INFO] [stdout] 252 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 256 | | transform_contraints_count [INFO] [stdout] 257 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/skeleton_data.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / c_accessor_array!( [INFO] [stdout] 250 | | transform_constraints, [INFO] [stdout] 251 | | transform_contraint_at_index, [INFO] [stdout] 252 | | SkeletonData, [INFO] [stdout] ... | [INFO] [stdout] 256 | | transform_contraints_count [INFO] [stdout] 257 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 86 | / attachment_accessor!( [INFO] [stdout] 87 | | /// The [`RegionAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 88 | | /// different type. [INFO] [stdout] 89 | | region_attachment, [INFO] [stdout] ... | [INFO] [stdout] 95 | | AttachmentType::Region [INFO] [stdout] 96 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 98 | / attachment_accessor!( [INFO] [stdout] 99 | | /// The [`BoundingBoxAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 100 | | /// different type. [INFO] [stdout] 101 | | bounding_box_attachment, [INFO] [stdout] ... | [INFO] [stdout] 107 | | AttachmentType::BoundingBox [INFO] [stdout] 108 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 110 | / attachment_accessor!( [INFO] [stdout] 111 | | /// The [`MeshAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 112 | | /// different type. [INFO] [stdout] 113 | | mesh_attachment, [INFO] [stdout] ... | [INFO] [stdout] 119 | | AttachmentType::Mesh [INFO] [stdout] 120 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 122 | / attachment_accessor!( [INFO] [stdout] 123 | | /// The [`PointAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 124 | | /// different type. [INFO] [stdout] 125 | | point_attachment, [INFO] [stdout] ... | [INFO] [stdout] 131 | | AttachmentType::Point [INFO] [stdout] 132 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slot.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 134 | / attachment_accessor!( [INFO] [stdout] 135 | | /// The [`ClippingAttachment`] attached to this slot, or [`None`] if the attachment is a [INFO] [stdout] 136 | | /// different type. [INFO] [stdout] 137 | | clipping_attachment, [INFO] [stdout] ... | [INFO] [stdout] 143 | | AttachmentType::Clipping [INFO] [stdout] 144 | | ); [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 `attachment_accessor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn $fn(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 162 | | /// The slot's setup pose data. [INFO] [stdout] 163 | | data, [INFO] [stdout] 164 | | /// The slot's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 168 | | spSlotData [INFO] [stdout] 169 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 162 | | /// The slot's setup pose data. [INFO] [stdout] 163 | | data, [INFO] [stdout] 164 | | /// The slot's mutable setup pose data. [INFO] [stdout] ... | [INFO] [stdout] 168 | | spSlotData [INFO] [stdout] 169 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 171 | | /// The bone this slot belongs to. [INFO] [stdout] 172 | | bone, [INFO] [stdout] 173 | | /// The mutable bone this slot belongs to. [INFO] [stdout] ... | [INFO] [stdout] 177 | | spBone [INFO] [stdout] 178 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 171 | | /// The bone this slot belongs to. [INFO] [stdout] 172 | | bone, [INFO] [stdout] 173 | | /// The mutable bone this slot belongs to. [INFO] [stdout] ... | [INFO] [stdout] 177 | | spBone [INFO] [stdout] 178 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | / c_accessor_tmp_ptr_optional_mut!( [INFO] [stdout] 180 | | /// The current attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] 181 | | attachment, [INFO] [stdout] 182 | | /// The current mutable attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] ... | [INFO] [stdout] 186 | | spAttachment [INFO] [stdout] 187 | | ); [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 `c_accessor_tmp_ptr_optional` which comes from the expansion of the macro `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 657 | pub fn $rust(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:681:26 [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | / c_accessor_tmp_ptr_optional_mut!( [INFO] [stdout] 180 | | /// The current attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] 181 | | attachment, [INFO] [stdout] 182 | | /// The current mutable attachment for the slot, or [`None`] if the slot has no attachment. [INFO] [stdout] ... | [INFO] [stdout] 186 | | spAttachment [INFO] [stdout] 187 | | ); [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 `c_accessor_tmp_ptr_optional_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 681 | pub fn $rust_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/slot.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | / c_accessor_tmp_ptr!( [INFO] [stdout] 251 | | /// The bone this slot belongs to. [INFO] [stdout] 252 | | bone_data, [INFO] [stdout] 253 | | boneData, [INFO] [stdout] 254 | | BoneData, [INFO] [stdout] 255 | | spBoneData [INFO] [stdout] 256 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:610:32 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/texture_region.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | c_accessor_renderer_object!(); [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 `c_accessor_renderer_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | pub fn renderer_object(&self) -> crate::renderer_object::RendererObject<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The transform constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spTransformConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 42 | | /// The transform constraint's setup pose data. [INFO] [stdout] 43 | | data, [INFO] [stdout] 44 | | data_mut, [INFO] [stdout] ... | [INFO] [stdout] 47 | | spTransformConstraintData [INFO] [stdout] 48 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_array!( [INFO] [stdout] 102 | | /// The bones that will be modified by this transform constraint. [INFO] [stdout] 103 | | bones, [INFO] [stdout] 104 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 109 | | bones_count [INFO] [stdout] 110 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / c_accessor_array!( [INFO] [stdout] 102 | | /// The bones that will be modified by this transform constraint. [INFO] [stdout] 103 | | bones, [INFO] [stdout] 104 | | bone_at_index, [INFO] [stdout] ... | [INFO] [stdout] 109 | | bones_count [INFO] [stdout] 110 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 112 | | /// The target bone whose world transform will be copied to the constrained bones. [INFO] [stdout] 113 | | target, [INFO] [stdout] 114 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 117 | | spBone [INFO] [stdout] 118 | | ); [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 `c_accessor_tmp_ptr` which comes from the expansion of the macro `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / c_accessor_tmp_ptr_mut!( [INFO] [stdout] 112 | | /// The target bone whose world transform will be copied to the constrained bones. [INFO] [stdout] 113 | | target, [INFO] [stdout] 114 | | target_mut, [INFO] [stdout] ... | [INFO] [stdout] 117 | | spBone [INFO] [stdout] 118 | | ); [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 `c_accessor_tmp_ptr_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 643 | pub fn $rust_mut(&mut self) -> crate::c_interface::CTmpMut<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:731:22 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<$parent_type, $type, $c_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint_data.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | / c_accessor_array!( [INFO] [stdout] 130 | | bones, [INFO] [stdout] 131 | | bone_at_index, [INFO] [stdout] 132 | | TransformConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 136 | | bones_count [INFO] [stdout] 137 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn $rust(&self) -> crate::c_interface::CTmpPtrIterator<'_, $parent_type, $type, $c_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:742:13 [INFO] [stdout] | [INFO] [stdout] 742 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 743 | index: usize, [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint_data.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | / c_accessor_array!( [INFO] [stdout] 130 | | bones, [INFO] [stdout] 131 | | bone_at_index, [INFO] [stdout] 132 | | TransformConstraintData, [INFO] [stdout] ... | [INFO] [stdout] 136 | | bones_count [INFO] [stdout] 137 | | ); [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 `c_accessor_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/c_interface.rs:622:22 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/transform_constraint_data.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / c_accessor_tmp_ptr!( [INFO] [stdout] 139 | | /// The target bone whose world transform will be copied to the constrained bones. [INFO] [stdout] 140 | | target, [INFO] [stdout] 141 | | target, [INFO] [stdout] 142 | | BoneData, [INFO] [stdout] 143 | | spBoneData [INFO] [stdout] 144 | | ); [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 `c_accessor_tmp_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 622 | pub fn $rust(&self) -> crate::c_interface::CTmpRef<'_, Self, $type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bytemuck_derive v1.6.0 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling font-types v0.5.2 [INFO] [stderr] Compiling rustybuzz v0.8.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling read-fonts v0.19.0 [INFO] [stderr] Compiling swash v0.1.15 [INFO] [stderr] Compiling cosmic-text v0.9.0 [INFO] [stderr] Compiling rusty_spine v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/../assets/spineboy/export/spineboy.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | atlas_data: include_bytes!("../assets/spineboy/export/spineboy.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/spineboy/export/spineboy-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | json_data: include_bytes!("../assets/spineboy/export/spineboy-pro.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/spineboy/export/spineboy-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | binary_data: include_bytes!("../assets/spineboy/export/spineboy-pro.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/alien/export/alien.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:33:29 [INFO] [stdout] | [INFO] [stdout] 33 | atlas_data: include_bytes!("../assets/alien/export/alien.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/alien/export/alien-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:34:28 [INFO] [stdout] | [INFO] [stdout] 34 | json_data: include_bytes!("../assets/alien/export/alien-pro.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/alien/export/alien-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | binary_data: include_bytes!("../assets/alien/export/alien-pro.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/coin/export/coin.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | atlas_data: include_bytes!("../assets/coin/export/coin.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/coin/export/coin-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | json_data: include_bytes!("../assets/coin/export/coin-pro.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/coin/export/coin-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:41:30 [INFO] [stdout] | [INFO] [stdout] 41 | binary_data: include_bytes!("../assets/coin/export/coin-pro.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/dragon/export/dragon.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:45:29 [INFO] [stdout] | [INFO] [stdout] 45 | atlas_data: include_bytes!("../assets/dragon/export/dragon.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/dragon/export/dragon-ess.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | json_data: include_bytes!("../assets/dragon/export/dragon-ess.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/dragon/export/dragon-ess.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | binary_data: include_bytes!("../assets/dragon/export/dragon-ess.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/goblins/export/goblins.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | atlas_data: include_bytes!("../assets/goblins/export/goblins.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/goblins/export/goblins-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:52:28 [INFO] [stdout] | [INFO] [stdout] 52 | json_data: include_bytes!("../assets/goblins/export/goblins-pro.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/goblins/export/goblins-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | binary_data: include_bytes!("../assets/goblins/export/goblins-pro.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/stretchyman/export/stretchyman.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | atlas_data: include_bytes!("../assets/stretchyman/export/stretchyman.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/stretchyman/export/stretchyman-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | json_data: include_bytes!("../assets/stretchyman/export/stretchyman-pro.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/stretchyman/export/stretchyman-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | binary_data: include_bytes!("../assets/stretchyman/export/stretchyman-pro.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/tank/export/tank.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:63:29 [INFO] [stdout] | [INFO] [stdout] 63 | atlas_data: include_bytes!("../assets/tank/export/tank.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/tank/export/tank-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | json_data: include_bytes!("../assets/tank/export/tank-pro.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/tank/export/tank-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 65 | binary_data: include_bytes!("../assets/tank/export/tank-pro.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/windmill/export/windmill.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | atlas_data: include_bytes!("../assets/windmill/export/windmill.atlas"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/windmill/export/windmill-ess.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | json_data: include_bytes!("../assets/windmill/export/windmill-ess.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/windmill/export/windmill-ess.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | binary_data: include_bytes!("../assets/windmill/export/windmill-ess.skel"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/celestial-circus/export/celestial-circus.atlas`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | atlas_data: include_bytes!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 76 | | "../assets/celestial-circus/export/celestial-circus.atlas" [INFO] [stdout] 77 | | ), [INFO] [stdout] | |_________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/celestial-circus/export/celestial-circus-pro.json`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:78:28 [INFO] [stdout] | [INFO] [stdout] 78 | json_data: include_bytes!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 79 | | "../assets/celestial-circus/export/celestial-circus-pro.json" [INFO] [stdout] 80 | | ), [INFO] [stdout] | |_________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../assets/celestial-circus/export/celestial-circus-pro.skel`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:81:30 [INFO] [stdout] | [INFO] [stdout] 81 | binary_data: include_bytes!( [INFO] [stdout] | ______________________________^ [INFO] [stdout] 82 | | "../assets/celestial-circus/export/celestial-circus-pro.skel" [INFO] [stdout] 83 | | ), [INFO] [stdout] | |_________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusty_spine` (lib test) due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "50d44cac8471ee126d815290c92512f7c6a16932f1418dea05bb56780d711b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50d44cac8471ee126d815290c92512f7c6a16932f1418dea05bb56780d711b64", kill_on_drop: false }` [INFO] [stdout] 50d44cac8471ee126d815290c92512f7c6a16932f1418dea05bb56780d711b64