[INFO] fetching crate track-rails 0.1.2... [INFO] checking track-rails-0.1.2 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate track-rails 0.1.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate track-rails 0.1.2 [INFO] finished tweaking crates.io crate track-rails 0.1.2 [INFO] tweaked toml for crates.io crate track-rails 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate track-rails 0.1.2 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate track-rails 0.1.2 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd2124428fd90eee33c72fe18595c2f6cff094fdb8fde46d93d483394a7f02ed [INFO] running `Command { std: "docker" "start" "-a" "cd2124428fd90eee33c72fe18595c2f6cff094fdb8fde46d93d483394a7f02ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd2124428fd90eee33c72fe18595c2f6cff094fdb8fde46d93d483394a7f02ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd2124428fd90eee33c72fe18595c2f6cff094fdb8fde46d93d483394a7f02ed", kill_on_drop: false }` [INFO] [stdout] cd2124428fd90eee33c72fe18595c2f6cff094fdb8fde46d93d483394a7f02ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69c80cc0b890270dabf2defb6bc9cb4fc58a9c25b697cc4ee3b6a5891ee334d5 [INFO] running `Command { std: "docker" "start" "-a" "69c80cc0b890270dabf2defb6bc9cb4fc58a9c25b697cc4ee3b6a5891ee334d5", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.9.2 [INFO] [stderr] Compiling flatbuffers v25.2.10 [INFO] [stderr] Checking track-rails v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `core::mem` [INFO] [stdout] --> src/message_generated.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use core::mem; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::cmp::Ordering` [INFO] [stdout] --> src/message_generated.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use core::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `EndianScalar` and `Follow` [INFO] [stdout] --> src/message_generated.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 10 | use self::flatbuffers::{EndianScalar, Follow}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem` [INFO] [stdout] --> src/message_generated.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use core::mem; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::cmp::Ordering` [INFO] [stdout] --> src/message_generated.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use core::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `EndianScalar` and `Follow` [INFO] [stdout] --> src/message_generated.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 10 | use self::flatbuffers::{EndianScalar, Follow}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:365:13 [INFO] [stdout] | [INFO] [stdout] 365 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:364:3 [INFO] [stdout] | [INFO] [stdout] 364 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:374:9 [INFO] [stdout] | [INFO] [stdout] 374 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:466:5 [INFO] [stdout] | [INFO] [stdout] 466 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:545:13 [INFO] [stdout] | [INFO] [stdout] 545 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:544:3 [INFO] [stdout] | [INFO] [stdout] 544 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:553:5 [INFO] [stdout] | [INFO] [stdout] 553 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:636:13 [INFO] [stdout] | [INFO] [stdout] 636 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:635:3 [INFO] [stdout] | [INFO] [stdout] 635 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:645:9 [INFO] [stdout] | [INFO] [stdout] 645 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:644:5 [INFO] [stdout] | [INFO] [stdout] 644 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:795:13 [INFO] [stdout] | [INFO] [stdout] 795 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:794:3 [INFO] [stdout] | [INFO] [stdout] 794 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:804:9 [INFO] [stdout] | [INFO] [stdout] 804 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:803:5 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:846:18 [INFO] [stdout] | [INFO] [stdout] 846 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:845:3 [INFO] [stdout] | [INFO] [stdout] 845 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:925:18 [INFO] [stdout] | [INFO] [stdout] 925 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:924:3 [INFO] [stdout] | [INFO] [stdout] 924 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:365:13 [INFO] [stdout] | [INFO] [stdout] 365 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:364:3 [INFO] [stdout] | [INFO] [stdout] 364 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:374:9 [INFO] [stdout] | [INFO] [stdout] 374 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1022:18 [INFO] [stdout] | [INFO] [stdout] 1022 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1021:3 [INFO] [stdout] | [INFO] [stdout] 1021 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1119:18 [INFO] [stdout] | [INFO] [stdout] 1119 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:466:5 [INFO] [stdout] | [INFO] [stdout] 466 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:545:13 [INFO] [stdout] | [INFO] [stdout] 545 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:544:3 [INFO] [stdout] | [INFO] [stdout] 544 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:553:5 [INFO] [stdout] | [INFO] [stdout] 553 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1217:18 [INFO] [stdout] | [INFO] [stdout] 1217 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1216:3 [INFO] [stdout] | [INFO] [stdout] 1216 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:636:13 [INFO] [stdout] | [INFO] [stdout] 636 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:635:3 [INFO] [stdout] | [INFO] [stdout] 635 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:645:9 [INFO] [stdout] | [INFO] [stdout] 645 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:644:5 [INFO] [stdout] | [INFO] [stdout] 644 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1314:18 [INFO] [stdout] | [INFO] [stdout] 1314 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1313:3 [INFO] [stdout] | [INFO] [stdout] 1313 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::read_scalar_at` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:795:13 [INFO] [stdout] | [INFO] [stdout] 795 | let b = flatbuffers::read_scalar_at::(buf, loc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:794:3 [INFO] [stdout] | [INFO] [stdout] 794 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1411:18 [INFO] [stdout] | [INFO] [stdout] 1411 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1410:3 [INFO] [stdout] | [INFO] [stdout] 1410 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::emplace_scalar` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:804:9 [INFO] [stdout] | [INFO] [stdout] 804 | flatbuffers::emplace_scalar::(dst, self.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:803:5 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe fn push(&self, dst: &mut [u8], _written_len: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:846:18 [INFO] [stdout] | [INFO] [stdout] 846 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:845:3 [INFO] [stdout] | [INFO] [stdout] 845 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:925:18 [INFO] [stdout] | [INFO] [stdout] 925 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:924:3 [INFO] [stdout] | [INFO] [stdout] 924 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1022:18 [INFO] [stdout] | [INFO] [stdout] 1022 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1021:3 [INFO] [stdout] | [INFO] [stdout] 1021 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1710:18 [INFO] [stdout] | [INFO] [stdout] 1710 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1709:3 [INFO] [stdout] | [INFO] [stdout] 1709 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1119:18 [INFO] [stdout] | [INFO] [stdout] 1119 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1808:18 [INFO] [stdout] | [INFO] [stdout] 1808 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1807:3 [INFO] [stdout] | [INFO] [stdout] 1807 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1217:18 [INFO] [stdout] | [INFO] [stdout] 1217 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1216:3 [INFO] [stdout] | [INFO] [stdout] 1216 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1314:18 [INFO] [stdout] | [INFO] [stdout] 1314 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1313:3 [INFO] [stdout] | [INFO] [stdout] 1313 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1411:18 [INFO] [stdout] | [INFO] [stdout] 1411 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1410:3 [INFO] [stdout] | [INFO] [stdout] 1410 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2326:18 [INFO] [stdout] | [INFO] [stdout] 2326 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2325:3 [INFO] [stdout] | [INFO] [stdout] 2325 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2424:18 [INFO] [stdout] | [INFO] [stdout] 2424 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2423:3 [INFO] [stdout] | [INFO] [stdout] 2423 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1710:18 [INFO] [stdout] | [INFO] [stdout] 1710 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1709:3 [INFO] [stdout] | [INFO] [stdout] 1709 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2522:18 [INFO] [stdout] | [INFO] [stdout] 2522 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2521:3 [INFO] [stdout] | [INFO] [stdout] 2521 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2620:18 [INFO] [stdout] | [INFO] [stdout] 2620 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2619:3 [INFO] [stdout] | [INFO] [stdout] 2619 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:1808:18 [INFO] [stdout] | [INFO] [stdout] 1808 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:1807:3 [INFO] [stdout] | [INFO] [stdout] 1807 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2786:3 [INFO] [stdout] | [INFO] [stdout] 2786 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2919:18 [INFO] [stdout] | [INFO] [stdout] 2919 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2918:3 [INFO] [stdout] | [INFO] [stdout] 2918 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3016:18 [INFO] [stdout] | [INFO] [stdout] 3016 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3015:3 [INFO] [stdout] | [INFO] [stdout] 3015 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2326:18 [INFO] [stdout] | [INFO] [stdout] 2326 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2325:3 [INFO] [stdout] | [INFO] [stdout] 2325 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3181:18 [INFO] [stdout] | [INFO] [stdout] 3181 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3180:3 [INFO] [stdout] | [INFO] [stdout] 3180 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2424:18 [INFO] [stdout] | [INFO] [stdout] 2424 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2423:3 [INFO] [stdout] | [INFO] [stdout] 2423 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3295:18 [INFO] [stdout] | [INFO] [stdout] 3295 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3294:3 [INFO] [stdout] | [INFO] [stdout] 3294 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2522:18 [INFO] [stdout] | [INFO] [stdout] 2522 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2521:3 [INFO] [stdout] | [INFO] [stdout] 2521 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3457:18 [INFO] [stdout] | [INFO] [stdout] 3457 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3456:3 [INFO] [stdout] | [INFO] [stdout] 3456 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2620:18 [INFO] [stdout] | [INFO] [stdout] 2620 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2619:3 [INFO] [stdout] | [INFO] [stdout] 2619 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3571:18 [INFO] [stdout] | [INFO] [stdout] 3571 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3570:3 [INFO] [stdout] | [INFO] [stdout] 3570 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2786:3 [INFO] [stdout] | [INFO] [stdout] 2786 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3685:18 [INFO] [stdout] | [INFO] [stdout] 3685 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3684:3 [INFO] [stdout] | [INFO] [stdout] 3684 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3801:18 [INFO] [stdout] | [INFO] [stdout] 3801 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3800:3 [INFO] [stdout] | [INFO] [stdout] 3800 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:2919:18 [INFO] [stdout] | [INFO] [stdout] 2919 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:2918:3 [INFO] [stdout] | [INFO] [stdout] 2918 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3934:18 [INFO] [stdout] | [INFO] [stdout] 3934 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3933:3 [INFO] [stdout] | [INFO] [stdout] 3933 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3016:18 [INFO] [stdout] | [INFO] [stdout] 3016 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3015:3 [INFO] [stdout] | [INFO] [stdout] 3015 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4067:18 [INFO] [stdout] | [INFO] [stdout] 4067 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4066:3 [INFO] [stdout] | [INFO] [stdout] 4066 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4182:18 [INFO] [stdout] | [INFO] [stdout] 4182 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4181:3 [INFO] [stdout] | [INFO] [stdout] 4181 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3181:18 [INFO] [stdout] | [INFO] [stdout] 3181 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3180:3 [INFO] [stdout] | [INFO] [stdout] 3180 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4297:18 [INFO] [stdout] | [INFO] [stdout] 4297 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4296:3 [INFO] [stdout] | [INFO] [stdout] 4296 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3295:18 [INFO] [stdout] | [INFO] [stdout] 3295 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3294:3 [INFO] [stdout] | [INFO] [stdout] 3294 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3457:18 [INFO] [stdout] | [INFO] [stdout] 3457 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3456:3 [INFO] [stdout] | [INFO] [stdout] 3456 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3571:18 [INFO] [stdout] | [INFO] [stdout] 3571 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3570:3 [INFO] [stdout] | [INFO] [stdout] 3570 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4547:18 [INFO] [stdout] | [INFO] [stdout] 4547 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4546:3 [INFO] [stdout] | [INFO] [stdout] 4546 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3685:18 [INFO] [stdout] | [INFO] [stdout] 3685 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3684:3 [INFO] [stdout] | [INFO] [stdout] 3684 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4645:18 [INFO] [stdout] | [INFO] [stdout] 4645 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4644:3 [INFO] [stdout] | [INFO] [stdout] 4644 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4742:18 [INFO] [stdout] | [INFO] [stdout] 4742 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4741:3 [INFO] [stdout] | [INFO] [stdout] 4741 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3801:18 [INFO] [stdout] | [INFO] [stdout] 3801 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3800:3 [INFO] [stdout] | [INFO] [stdout] 3800 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:3934:18 [INFO] [stdout] | [INFO] [stdout] 3934 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:3933:3 [INFO] [stdout] | [INFO] [stdout] 3933 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4873:18 [INFO] [stdout] | [INFO] [stdout] 4873 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4872:3 [INFO] [stdout] | [INFO] [stdout] 4872 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4067:18 [INFO] [stdout] | [INFO] [stdout] 4067 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4066:3 [INFO] [stdout] | [INFO] [stdout] 4066 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5064:18 [INFO] [stdout] | [INFO] [stdout] 5064 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5063:3 [INFO] [stdout] | [INFO] [stdout] 5063 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4182:18 [INFO] [stdout] | [INFO] [stdout] 4182 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4181:3 [INFO] [stdout] | [INFO] [stdout] 4181 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5161:18 [INFO] [stdout] | [INFO] [stdout] 5161 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5160:3 [INFO] [stdout] | [INFO] [stdout] 5160 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4297:18 [INFO] [stdout] | [INFO] [stdout] 4297 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4296:3 [INFO] [stdout] | [INFO] [stdout] 4296 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5258:18 [INFO] [stdout] | [INFO] [stdout] 5258 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5257:3 [INFO] [stdout] | [INFO] [stdout] 5257 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5372:18 [INFO] [stdout] | [INFO] [stdout] 5372 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5371:3 [INFO] [stdout] | [INFO] [stdout] 5371 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5486:18 [INFO] [stdout] | [INFO] [stdout] 5486 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5485:3 [INFO] [stdout] | [INFO] [stdout] 5485 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5600:18 [INFO] [stdout] | [INFO] [stdout] 5600 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5599:3 [INFO] [stdout] | [INFO] [stdout] 5599 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5697:18 [INFO] [stdout] | [INFO] [stdout] 5697 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5696:3 [INFO] [stdout] | [INFO] [stdout] 5696 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4547:18 [INFO] [stdout] | [INFO] [stdout] 4547 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4546:3 [INFO] [stdout] | [INFO] [stdout] 4546 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5794:18 [INFO] [stdout] | [INFO] [stdout] 5794 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5793:3 [INFO] [stdout] | [INFO] [stdout] 5793 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4645:18 [INFO] [stdout] | [INFO] [stdout] 4645 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4644:3 [INFO] [stdout] | [INFO] [stdout] 4644 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5873:18 [INFO] [stdout] | [INFO] [stdout] 5873 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5872:3 [INFO] [stdout] | [INFO] [stdout] 5872 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4742:18 [INFO] [stdout] | [INFO] [stdout] 4742 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4741:3 [INFO] [stdout] | [INFO] [stdout] 4741 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5970:18 [INFO] [stdout] | [INFO] [stdout] 5970 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5969:3 [INFO] [stdout] | [INFO] [stdout] 5969 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:4873:18 [INFO] [stdout] | [INFO] [stdout] 4873 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:4872:3 [INFO] [stdout] | [INFO] [stdout] 4872 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6115:18 [INFO] [stdout] | [INFO] [stdout] 6115 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6114:3 [INFO] [stdout] | [INFO] [stdout] 6114 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6212:18 [INFO] [stdout] | [INFO] [stdout] 6212 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6211:3 [INFO] [stdout] | [INFO] [stdout] 6211 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5064:18 [INFO] [stdout] | [INFO] [stdout] 5064 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5063:3 [INFO] [stdout] | [INFO] [stdout] 5063 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6309:18 [INFO] [stdout] | [INFO] [stdout] 6309 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6308:3 [INFO] [stdout] | [INFO] [stdout] 6308 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5161:18 [INFO] [stdout] | [INFO] [stdout] 5161 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5160:3 [INFO] [stdout] | [INFO] [stdout] 5160 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6424:18 [INFO] [stdout] | [INFO] [stdout] 6424 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6423:3 [INFO] [stdout] | [INFO] [stdout] 6423 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6503:18 [INFO] [stdout] | [INFO] [stdout] 6503 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6502:3 [INFO] [stdout] | [INFO] [stdout] 6502 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5258:18 [INFO] [stdout] | [INFO] [stdout] 5258 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5257:3 [INFO] [stdout] | [INFO] [stdout] 5257 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6600:18 [INFO] [stdout] | [INFO] [stdout] 6600 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6599:3 [INFO] [stdout] | [INFO] [stdout] 6599 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5372:18 [INFO] [stdout] | [INFO] [stdout] 5372 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5371:3 [INFO] [stdout] | [INFO] [stdout] 5371 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6697:18 [INFO] [stdout] | [INFO] [stdout] 6697 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6696:3 [INFO] [stdout] | [INFO] [stdout] 6696 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5486:18 [INFO] [stdout] | [INFO] [stdout] 5486 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5485:3 [INFO] [stdout] | [INFO] [stdout] 5485 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6794:18 [INFO] [stdout] | [INFO] [stdout] 6794 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6793:3 [INFO] [stdout] | [INFO] [stdout] 6793 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6891:18 [INFO] [stdout] | [INFO] [stdout] 6891 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6890:3 [INFO] [stdout] | [INFO] [stdout] 6890 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5600:18 [INFO] [stdout] | [INFO] [stdout] 5600 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5599:3 [INFO] [stdout] | [INFO] [stdout] 5599 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5697:18 [INFO] [stdout] | [INFO] [stdout] 5697 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5696:3 [INFO] [stdout] | [INFO] [stdout] 5696 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7005:18 [INFO] [stdout] | [INFO] [stdout] 7005 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7004:3 [INFO] [stdout] | [INFO] [stdout] 7004 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5794:18 [INFO] [stdout] | [INFO] [stdout] 5794 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5793:3 [INFO] [stdout] | [INFO] [stdout] 5793 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7119:18 [INFO] [stdout] | [INFO] [stdout] 7119 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7118:3 [INFO] [stdout] | [INFO] [stdout] 7118 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5873:18 [INFO] [stdout] | [INFO] [stdout] 5873 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5872:3 [INFO] [stdout] | [INFO] [stdout] 5872 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7233:18 [INFO] [stdout] | [INFO] [stdout] 7233 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7232:3 [INFO] [stdout] | [INFO] [stdout] 7232 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:5970:18 [INFO] [stdout] | [INFO] [stdout] 5970 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:5969:3 [INFO] [stdout] | [INFO] [stdout] 5969 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7347:18 [INFO] [stdout] | [INFO] [stdout] 7347 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7346:3 [INFO] [stdout] | [INFO] [stdout] 7346 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6115:18 [INFO] [stdout] | [INFO] [stdout] 6115 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6114:3 [INFO] [stdout] | [INFO] [stdout] 6114 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6212:18 [INFO] [stdout] | [INFO] [stdout] 6212 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6211:3 [INFO] [stdout] | [INFO] [stdout] 6211 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6309:18 [INFO] [stdout] | [INFO] [stdout] 6309 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6308:3 [INFO] [stdout] | [INFO] [stdout] 6308 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6424:18 [INFO] [stdout] | [INFO] [stdout] 6424 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6423:3 [INFO] [stdout] | [INFO] [stdout] 6423 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6503:18 [INFO] [stdout] | [INFO] [stdout] 6503 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6502:3 [INFO] [stdout] | [INFO] [stdout] 6502 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6600:18 [INFO] [stdout] | [INFO] [stdout] 6600 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6599:3 [INFO] [stdout] | [INFO] [stdout] 6599 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::root_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:8015:3 [INFO] [stdout] | [INFO] [stdout] 8015 | flatbuffers::root_unchecked::(buf) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:8014:1 [INFO] [stdout] | [INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::size_prefixed_root_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:8022:3 [INFO] [stdout] | [INFO] [stdout] 8022 | flatbuffers::size_prefixed_root_unchecked::(buf) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:8021:1 [INFO] [stdout] | [INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6697:18 [INFO] [stdout] | [INFO] [stdout] 6697 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6696:3 [INFO] [stdout] | [INFO] [stdout] 6696 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6794:18 [INFO] [stdout] | [INFO] [stdout] 6794 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6793:3 [INFO] [stdout] | [INFO] [stdout] 6793 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:6891:18 [INFO] [stdout] | [INFO] [stdout] 6891 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:6890:3 [INFO] [stdout] | [INFO] [stdout] 6890 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7005:18 [INFO] [stdout] | [INFO] [stdout] 7005 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7004:3 [INFO] [stdout] | [INFO] [stdout] 7004 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7119:18 [INFO] [stdout] | [INFO] [stdout] 7119 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7118:3 [INFO] [stdout] | [INFO] [stdout] 7118 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7233:18 [INFO] [stdout] | [INFO] [stdout] 7233 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7232:3 [INFO] [stdout] | [INFO] [stdout] 7232 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::Table::<'a>::new` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:7347:18 [INFO] [stdout] | [INFO] [stdout] 7347 | Self { _tab: flatbuffers::Table::new(buf, loc) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:7346:3 [INFO] [stdout] | [INFO] [stdout] 7346 | unsafe fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:7971:29 [INFO] [stdout] | [INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result, flatbuffers::InvalidFlatbuffer> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:7981:43 [INFO] [stdout] | [INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result { [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] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result, flatbuffers::InvalidFlatbuffer> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:8014:46 [INFO] [stdout] | [INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message { [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] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:8021:60 [INFO] [stdout] | [INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message { [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] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::root_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:8015:3 [INFO] [stdout] | [INFO] [stdout] 8015 | flatbuffers::root_unchecked::(buf) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:8014:1 [INFO] [stdout] | [INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `message_generated::flatbuffers::size_prefixed_root_unchecked` is unsafe and requires unsafe block [INFO] [stdout] --> src/message_generated.rs:8022:3 [INFO] [stdout] | [INFO] [stdout] 8022 | flatbuffers::size_prefixed_root_unchecked::(buf) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/message_generated.rs:8021:1 [INFO] [stdout] | [INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:7971:29 [INFO] [stdout] | [INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 7971 | pub fn root_as_message(buf: &[u8]) -> Result, flatbuffers::InvalidFlatbuffer> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:7981:43 [INFO] [stdout] | [INFO] [stdout] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result { [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] 7981 | pub fn size_prefixed_root_as_message(buf: &[u8]) -> Result, flatbuffers::InvalidFlatbuffer> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:8014:46 [INFO] [stdout] | [INFO] [stdout] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message { [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] 8014 | pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message_generated.rs:8021:60 [INFO] [stdout] | [INFO] [stdout] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message { [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] 8021 | pub unsafe fn size_prefixed_root_as_message_unchecked(buf: &[u8]) -> Message<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "69c80cc0b890270dabf2defb6bc9cb4fc58a9c25b697cc4ee3b6a5891ee334d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c80cc0b890270dabf2defb6bc9cb4fc58a9c25b697cc4ee3b6a5891ee334d5", kill_on_drop: false }` [INFO] [stdout] 69c80cc0b890270dabf2defb6bc9cb4fc58a9c25b697cc4ee3b6a5891ee334d5