[INFO] crate gio 0.5.1 is already in cache [INFO] extracting crate gio 0.5.1 into work/ex/clippy-test-run/sources/stable/reg/gio/0.5.1 [INFO] extracting crate gio 0.5.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/gio/0.5.1 [INFO] validating manifest of gio-0.5.1 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gio-0.5.1 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gio-0.5.1 [INFO] finished frobbing gio-0.5.1 [INFO] frobbed toml for gio-0.5.1 written to work/ex/clippy-test-run/sources/stable/reg/gio/0.5.1/Cargo.toml [INFO] started frobbing gio-0.5.1 [INFO] finished frobbing gio-0.5.1 [INFO] frobbed toml for gio-0.5.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/gio/0.5.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting gio-0.5.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/gio/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d7697f98eddcfbb2f4fbd48d01d7c085f717e036a5360c7fd604d5221227a8fa [INFO] running `"docker" "start" "-a" "d7697f98eddcfbb2f4fbd48d01d7c085f717e036a5360c7fd604d5221227a8fa"` [INFO] [stderr] Compiling gio v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `let_and_return` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(let_and_return))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::let_and_return` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:7:45 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:8:45 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `let_and_return` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(let_and_return))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::let_and_return` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:7:45 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:8:45 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `let_and_return` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(let_and_return))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::let_and_return` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/application.rs:36:44 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/pollable_input_stream.rs:102:44 [INFO] [stderr] | [INFO] [stderr] 102 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/pollable_output_stream.rs:87:44 [INFO] [stderr] | [INFO] [stderr] 87 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/socket.rs:255:44 [INFO] [stderr] | [INFO] [stderr] 255 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:89:44 [INFO] [stderr] | [INFO] [stderr] 89 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `let_and_return` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(let_and_return))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::let_and_return` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/application.rs:36:44 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/pollable_input_stream.rs:102:44 [INFO] [stderr] | [INFO] [stderr] 102 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/pollable_output_stream.rs:87:44 [INFO] [stderr] | [INFO] [stderr] 87 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/socket.rs:255:44 [INFO] [stderr] | [INFO] [stderr] 255 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:89:44 [INFO] [stderr] | [INFO] [stderr] 89 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_offset_with_cast)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_offset_with_cast)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Action(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_action_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_group.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ActionGroup(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_action_group_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/action_map.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct ActionMap(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_action_map_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_info.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct AppInfo(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_app_info_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/app_launch_context.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct AppLaunchContext(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_app_launch_context_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Application(Object): ActionGroup, ActionMap; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_application_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/application_command_line.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ApplicationCommandLine(Object); [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_application_command_line_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_input_stream.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct BufferedInputStream(Object): FilterInputStream, InputStream, Seekable; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_buffered_input_stream_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/buffered_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct BufferedOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_buffered_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/cancellable.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / glib_wrapper! { [INFO] [stderr] 19 | | pub struct Cancellable(Object); [INFO] [stderr] 20 | | [INFO] [stderr] 21 | | match fn { [INFO] [stderr] 22 | | get_type => || ffi::g_cancellable_get_type(), [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/charset_converter.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct CharsetConverter(Object): Converter; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_charset_converter_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct Converter(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_converter_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterInputStream(Object): FilterInputStream, InputStream, PollableInputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/converter_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ConverterOutputStream(Object): FilterOutputStream, OutputStream, PollableOutputStream; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_converter_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/credentials.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct Credentials(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_credentials_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_input_stream.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct DataInputStream(Object): BufferedInputStream, FilterInputStream, InputStream, Seekable; [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_data_input_stream_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/data_output_stream.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct DataOutputStream(Object): FilterOutputStream, OutputStream, Seekable; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_data_output_stream_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/desktop_app_info.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct DesktopAppInfo(Object): AppInfo; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_desktop_app_info_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/drive.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / glib_wrapper! { [INFO] [stderr] 30 | | pub struct Drive(Object); [INFO] [stderr] 31 | | [INFO] [stderr] 32 | | match fn { [INFO] [stderr] 33 | | get_type => || ffi::g_drive_get_type(), [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblem.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct Emblem(Object): Icon; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_emblem_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/emblemed_icon.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct EmblemedIcon(Object): Icon; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_emblemed_icon_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct File(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_file_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_io_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileIOStream(Object): IOStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_io_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct FileIcon(Object): Icon, LoadableIcon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_file_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_info.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct FileInfo(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_file_info_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_input_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileInputStream(Object): InputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_input_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_monitor.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileMonitor(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_monitor_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/file_output_stream.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct FileOutputStream(Object): OutputStream, Seekable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_file_output_stream_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filename_completer.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct FilenameCompleter(Object); [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_filename_completer_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterInputStream(Object): InputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/filter_output_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct FilterOutputStream(Object): OutputStream; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_filter_output_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/io_stream.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct IOStream(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_io_stream_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/icon.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Icon(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_icon_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InetAddress(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_inet_address_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_address_mask.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct InetAddressMask(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_inet_address_mask_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/inet_socket_address.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct InetSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_inet_socket_address_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/input_stream.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct InputStream(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_input_stream_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/loadable_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct LoadableIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_loadable_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_input_stream.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / glib_wrapper! { [INFO] [stderr] 20 | | pub struct MemoryInputStream(Object): InputStream, PollableInputStream, Seekable; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | match fn { [INFO] [stderr] 23 | | get_type => || ffi::g_memory_input_stream_get_type(), [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/memory_output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MemoryOutputStream(Object): OutputStream, PollableOutputStream, Seekable; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_memory_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / glib_wrapper! { [INFO] [stderr] 16 | | pub struct Menu(Object): MenuModel; [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | match fn { [INFO] [stderr] 19 | | get_type => || ffi::g_menu_get_type(), [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_attribute_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuAttributeIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_attribute_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_item.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / glib_wrapper! { [INFO] [stderr] 18 | | pub struct MenuItem(Object); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | match fn { [INFO] [stderr] 21 | | get_type => || ffi::g_menu_item_get_type(), [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_link_iter.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct MenuLinkIter(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_menu_link_iter_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/menu_model.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct MenuModel(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_menu_model_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / glib_wrapper! { [INFO] [stderr] 31 | | pub struct Mount(Object); [INFO] [stderr] 32 | | [INFO] [stderr] 33 | | match fn { [INFO] [stderr] 34 | | get_type => || ffi::g_mount_get_type(), [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/mount_operation.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct MountOperation(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_mount_operation_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct NetworkAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_network_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_monitor.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct NetworkMonitor(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_network_monitor_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/network_service.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct NetworkService(Object): SocketConnectable; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_network_service_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/output_stream.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct OutputStream(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_output_stream_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/permission.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct Permission(Object); [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_permission_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_input_stream.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct PollableInputStream(Object): InputStream; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_pollable_input_stream_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/pollable_output_stream.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct PollableOutputStream(Object): OutputStream; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_pollable_output_stream_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct Proxy(Object); [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_proxy_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_address.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / glib_wrapper! { [INFO] [stderr] 24 | | pub struct ProxyAddress(Object): InetSocketAddress, SocketAddress, SocketConnectable; [INFO] [stderr] 25 | | [INFO] [stderr] 26 | | match fn { [INFO] [stderr] 27 | | get_type => || ffi::g_proxy_address_get_type(), [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/proxy_resolver.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct ProxyResolver(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_proxy_resolver_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/resolver.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Resolver(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_resolver_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/seekable.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct Seekable(Object); [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_seekable_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / glib_wrapper! { [INFO] [stderr] 28 | | pub struct Settings(Object); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | match fn { [INFO] [stderr] 31 | | get_type => || ffi::g_settings_get_type(), [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] 16 | | [INFO] [stderr] [INFO] [stderr] 17 | | match fn { [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] | [INFO] [stderr] 19 | | } [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 20 | | } [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] | |_^ [INFO] [stderr] 15 | | [INFO] [stderr] | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] 19 | | } [INFO] [stderr] [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] | [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/settings_backend.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / glib_wrapper! { [INFO] [stderr] 14 | | pub struct SettingsBackend(Object); [INFO] [stderr] 15 | | [INFO] [stderr] 16 | | match fn { [INFO] [stderr] 17 | | get_type => || ffi::g_settings_backend_get_type(), [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct SimpleAction(Object): Action; [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_simple_action_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_action_group.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / glib_wrapper! { [INFO] [stderr] 17 | | pub struct SimpleActionGroup(Object): ActionGroup, ActionMap; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | match fn { [INFO] [stderr] 20 | | get_type => || ffi::g_simple_action_group_get_type(), [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/simple_permission.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SimplePermission(Object): Permission; [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_simple_permission_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct Socket(Object); [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_socket_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddress(Object): SocketConnectable; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_address_enumerator.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct SocketAddressEnumerator(Object); [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_socket_address_enumerator_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_client.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / glib_wrapper! { [INFO] [stderr] 37 | | pub struct SocketClient(Object); [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | match fn { [INFO] [stderr] 40 | | get_type => || ffi::g_socket_client_get_type(), [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connectable.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / glib_wrapper! { [INFO] [stderr] 15 | | pub struct SocketConnectable(Object); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | match fn { [INFO] [stderr] 18 | | get_type => || ffi::g_socket_connectable_get_type(), [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_connection.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / glib_wrapper! { [INFO] [stderr] 29 | | pub struct SocketConnection(Object): IOStream; [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | match fn { [INFO] [stderr] 32 | | get_type => || ffi::g_socket_connection_get_type(), [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_listener.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / glib_wrapper! { [INFO] [stderr] 33 | | pub struct SocketListener(Object); [INFO] [stderr] 34 | | [INFO] [stderr] 35 | | match fn { [INFO] [stderr] 36 | | get_type => || ffi::g_socket_listener_get_type(), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/socket_service.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct SocketService(Object): SocketListener; [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_socket_service_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tcp_connection.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TcpConnection(Object): SocketConnection, IOStream; [INFO] [stderr] 23 | | [INFO] [stderr] 24 | | match fn { [INFO] [stderr] 25 | | get_type => || ffi::g_tcp_connection_get_type(), [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/themed_icon.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / glib_wrapper! { [INFO] [stderr] 23 | | pub struct ThemedIcon(Object): Icon; [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | match fn { [INFO] [stderr] 26 | | get_type => || ffi::g_themed_icon_get_type(), [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/threaded_socket_service.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct ThreadedSocketService(Object): SocketService, SocketListener; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_threaded_socket_service_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_certificate.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / glib_wrapper! { [INFO] [stderr] 26 | | pub struct TlsCertificate(Object); [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | match fn { [INFO] [stderr] 29 | | get_type => || ffi::g_tls_certificate_get_type(), [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_interaction.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsInteraction(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_interaction_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_client_connection.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsClientConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_client_connection_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_interaction.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsInteraction(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_interaction_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_interaction.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsInteraction(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_interaction_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_interaction.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsInteraction(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_interaction_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_connection.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / glib_wrapper! { [INFO] [stderr] 32 | | pub struct TlsConnection(Object): IOStream; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | match fn { [INFO] [stderr] 35 | | get_type => || ffi::g_tls_connection_get_type(), [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_password.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct TlsPassword(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_tls_password_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_password.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct TlsPassword(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_tls_password_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_password.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct TlsPassword(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_tls_password_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_password.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / glib_wrapper! { [INFO] [stderr] 21 | | pub struct TlsPassword(Object); [INFO] [stderr] 22 | | [INFO] [stderr] 23 | | match fn { [INFO] [stderr] 24 | | get_type => || ffi::g_tls_password_get_type(), [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_server_connection.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsServerConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_server_connection_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_server_connection.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsServerConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_server_connection_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_database.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsDatabase(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_database_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_server_connection.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsServerConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_server_connection_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_server_connection.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsServerConnection(Object): TlsConnection, IOStream; [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_server_connection_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_file_database.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct TlsFileDatabase(Object): TlsDatabase; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_tls_file_database_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/unix_socket_address.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct UnixSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_unix_socket_address_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/unix_socket_address.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct UnixSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_unix_socket_address_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/unix_socket_address.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct UnixSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_unix_socket_address_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/unix_socket_address.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / glib_wrapper! { [INFO] [stderr] 25 | | pub struct UnixSocketAddress(Object): SocketAddress, SocketConnectable; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | match fn { [INFO] [stderr] 28 | | get_type => || ffi::g_unix_socket_address_get_type(), [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_interaction.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsInteraction(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_interaction_get_type(), [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/tls_interaction.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / glib_wrapper! { [INFO] [stderr] 27 | | pub struct TlsInteraction(Object); [INFO] [stderr] 28 | | [INFO] [stderr] 29 | | match fn { [INFO] [stderr] 30 | | get_type => || ffi::g_tls_interaction_get_type(), [INFO] [stderr] 31 | | } [WARN] too many lines in the log, truncating it