[INFO] fetching crate dui 0.0.1... [INFO] documenting dui-0.0.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate dui 0.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate dui 0.0.1 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dui 0.0.1 [INFO] finished tweaking crates.io crate dui 0.0.1 [INFO] tweaked toml for crates.io crate dui 0.0.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iup-sys v0.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cbab5c49d02113b5f22a54a655a3b20ecb30736f6460dd7000ba3ec68e2b10d0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cbab5c49d02113b5f22a54a655a3b20ecb30736f6460dd7000ba3ec68e2b10d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cbab5c49d02113b5f22a54a655a3b20ecb30736f6460dd7000ba3ec68e2b10d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbab5c49d02113b5f22a54a655a3b20ecb30736f6460dd7000ba3ec68e2b10d0", kill_on_drop: false }` [INFO] [stdout] cbab5c49d02113b5f22a54a655a3b20ecb30736f6460dd7000ba3ec68e2b10d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a18d29210985541123c04f7401f055b11e3a99cdc62de4827fb4088bee3381e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4a18d29210985541123c04f7401f055b11e3a99cdc62de4827fb4088bee3381e", kill_on_drop: false }` [INFO] [stderr] Compiling iup-sys v0.0.3 [INFO] [stderr] Documenting dui v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / impl_callback! { [INFO] [stdout] 14 | | let name = "_IUPRUST_CLOSE_CB"; [INFO] [stdout] 15 | | extern fn listener() -> CallbackReturn; [INFO] [stdout] 16 | | #[doc="Action generated when IUP closes (i.e. at the end of `with_iup`)."] [INFO] [stdout] ... | [INFO] [stdout] 19 | | pub fn remove_close_cb() -> Option>; [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / impl_callback! { [INFO] [stdout] 23 | | let name = "IDLE_ACTION"; [INFO] [stdout] 24 | | extern fn listener() -> CallbackReturn; [INFO] [stdout] 25 | | #[doc="Action generated when there are no events or messages to be processed."] [INFO] [stdout] ... | [INFO] [stdout] 30 | | pub fn remove_idle() -> Option>; [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / impl_callback! { [INFO] [stdout] 39 | | #[doc="Action generated when the element is activated. Affects each element differently."] [INFO] [stdout] 40 | | #[doc=""] [INFO] [stdout] 41 | | #[doc="See the documentation of the `Self` object for the effect of this callback on it."] [INFO] [stdout] ... | [INFO] [stdout] 47 | | } [INFO] [stdout] 48 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / impl_callback! { [INFO] [stdout] 51 | | #[doc="Action generated when the element is activated. Affects each element differently."] [INFO] [stdout] 52 | | #[doc=""] [INFO] [stdout] 53 | | #[doc="See the documentation of the `Self` object for the effect of this callback on it."] [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / impl_callback! { [INFO] [stdout] 72 | | #[doc="Called right before an element is destroyed."] [INFO] [stdout] 73 | | pub trait DestroyCb where Self: Element { [INFO] [stdout] 74 | | let name = "LDESTROY_CB"; // See comments above for reason behind LDESTROY_CB. [INFO] [stdout] ... | [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / impl_callback! { [INFO] [stdout] 82 | | #[doc="Called right after an element is mapped and its attributes updated in `Widget::map`."] [INFO] [stdout] 83 | | #[doc=""] [INFO] [stdout] 84 | | #[doc="When the element is a dialog, it is called after the layout is updated. For all other"] [INFO] [stdout] ... | [INFO] [stdout] 92 | | } [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / impl_callback! { [INFO] [stdout] 96 | | #[doc="Called right before an element is unmapped."] [INFO] [stdout] 97 | | pub trait UnmapCb where Self: Element { [INFO] [stdout] 98 | | let name = "UNMAP_CB"; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] 103 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / impl_callback! { [INFO] [stdout] 106 | | #[doc="Action generated when an element is given keyboard focus."] [INFO] [stdout] 107 | | #[doc=""] [INFO] [stdout] 108 | | #[doc="This callback is called after the `KillFocusCb` of the element that loosed the focus."] [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | / impl_callback! { [INFO] [stdout] 119 | | #[doc="Action generated when an element loses keyboard focus."] [INFO] [stdout] 120 | | #[doc=""] [INFO] [stdout] 121 | | #[doc="This callback is called before the `GetFocusCb` of the element that gets the focus."] [INFO] [stdout] ... | [INFO] [stdout] 131 | | } [INFO] [stdout] 132 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / impl_callback! { [INFO] [stdout] 135 | | #[doc="Action generated when the mouse enters the native element."] [INFO] [stdout] 136 | | #[doc=""] [INFO] [stdout] 137 | | #[doc="When the cursor is moved from one element to another, the call order in all platforms will"] [INFO] [stdout] ... | [INFO] [stdout] 145 | | } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | / impl_callback! { [INFO] [stdout] 149 | | #[doc="Action generated when the mouse leaves the native element."] [INFO] [stdout] 150 | | #[doc=""] [INFO] [stdout] 151 | | #[doc="When the cursor is moved from one element to another, the call order in all platforms will"] [INFO] [stdout] ... | [INFO] [stdout] 159 | | } [INFO] [stdout] 160 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | / impl_callback! { [INFO] [stdout] 163 | | #[doc="Action generated when the user press F1 at a control."] [INFO] [stdout] 164 | | #[doc=""] [INFO] [stdout] 165 | | #[doc="`CallbackReturn::Close` will be processed."] [INFO] [stdout] ... | [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / impl_callback! { [INFO] [stdout] 178 | | #[doc="Action generated when the caret/cursor position is changed."] [INFO] [stdout] 179 | | #[doc=""] [INFO] [stdout] 180 | | #[doc="The second and third parameters are the line and column number (start at 1)."] [INFO] [stdout] ... | [INFO] [stdout] 187 | | } [INFO] [stdout] 188 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:190:1 [INFO] [stdout] | [INFO] [stdout] 190 | / impl_callback! { [INFO] [stdout] 191 | | #[doc="Action generated when a spin button is pressed."] [INFO] [stdout] 192 | | pub trait SpinCb where Self: Element { [INFO] [stdout] 193 | | let name = "SPIN_CB"; [INFO] [stdout] ... | [INFO] [stdout] 197 | | } [INFO] [stdout] 198 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / impl_callback! { [INFO] [stdout] 201 | | #[doc="Usually called after the value of a control changed."] [INFO] [stdout] 202 | | #[doc=""] [INFO] [stdout] 203 | | #[doc="See the specific control documentation for more details."] [INFO] [stdout] ... | [INFO] [stdout] 209 | | } [INFO] [stdout] 210 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_callback! { [INFO] [stdout] 214 | | #[doc="Action called when a file is *dropped* into the control."] [INFO] [stdout] 215 | | #[doc=""] [INFO] [stdout] 216 | | #[doc="When several files are dropped at once, the callback is called several times, once for"] [INFO] [stdout] ... | [INFO] [stdout] 238 | | } [INFO] [stdout] 239 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | / impl_callback! { [INFO] [stdout] 242 | | #[doc="Called just before a dialog is closed when the user clicks the close button of the title bar"] [INFO] [stdout] 243 | | #[doc="or an equivalent action."] [INFO] [stdout] 244 | | #[doc=""] [INFO] [stdout] ... | [INFO] [stdout] 253 | | } [INFO] [stdout] 254 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:256:1 [INFO] [stdout] | [INFO] [stdout] 256 | / impl_callback! { [INFO] [stdout] 257 | | #[doc="Called after the widget is moved, see it's documentation for more details."] [INFO] [stdout] 258 | | pub trait MoveCb where Self: Element { [INFO] [stdout] 259 | | let name = "MOVE_CB"; [INFO] [stdout] ... | [INFO] [stdout] 263 | | } [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/callbacks.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | / impl_callback! { [INFO] [stdout] 268 | | #[doc="Action generated when the canvas or dialog size is changed."] [INFO] [stdout] 269 | | pub trait ResizeCb where Self: Element { [INFO] [stdout] 270 | | let name = "RESIZE_CB"; [INFO] [stdout] ... | [INFO] [stdout] 274 | | } [INFO] [stdout] 275 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/button.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / impl_callback! { [INFO] [stdout] 141 | | /// Action generated when a mouse button is pressed or released. [INFO] [stdout] 142 | | /// [INFO] [stdout] 143 | | /// The `Button` parameter identifies the activated mouse button that triggered the action. [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/callback/button.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / impl_callback! { [INFO] [stdout] 168 | | /// Action generated when the mouse moves. [INFO] [stdout] 169 | | /// [INFO] [stdout] 170 | | /// The `i32` parameters are the x,y position in the canvas where the event has occurred, [INFO] [stdout] ... | [INFO] [stdout] 180 | | } [INFO] [stdout] 181 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/dialog/dialog.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / impl_callback! { [INFO] [stdout] 72 | | #[doc="[Windows Only]: Called at the first instance, when a second instance is running."] [INFO] [stdout] 73 | | #[doc=""] [INFO] [stdout] 74 | | #[doc="Must set the global attribute SINGLEINSTANCE to be called."] [INFO] [stdout] ... | [INFO] [stdout] 86 | | } [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/dialog/dialog.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / impl_callback! { [INFO] [stdout] 90 | | #[doc="[Windows Only]: Called when a MDI child window is activated."] [INFO] [stdout] 91 | | #[doc=""] [INFO] [stdout] 92 | | #[doc="Only the MDI child receive this message. It is not called when the child is shown for the"] [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] 103 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/dialog/dialog.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / impl_callback! { [INFO] [stdout] 106 | | #[doc="Called right after the dialog is showed, hidden, maximized, minimized or restored from"] [INFO] [stdout] 107 | | #[doc="minimized/maximized."] [INFO] [stdout] 108 | | #[doc=""] [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/dialog/dialog.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / impl_callback! { [INFO] [stdout] 122 | | #[doc="[Windows and GTK Only]: Called right after the mouse button is pressed or released over"] [INFO] [stdout] 123 | | #[doc="the tray icon."] [INFO] [stdout] 124 | | #[doc=""] [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] 139 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/control/text.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / impl_callback! { [INFO] [stdout] 99 | | #[doc="Action generated when the text is edited, but before its value is actually changed."] [INFO] [stdout] 100 | | #[doc=""] [INFO] [stdout] 101 | | #[doc="Can be generated when using the keyboard, undo system or from the clipboard."] [INFO] [stdout] ... | [INFO] [stdout] 122 | | } [INFO] [stdout] 123 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/control/toggle.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / impl_callback! { [INFO] [stdout] 42 | | #[doc="Action generated when the toggle's state (on/off) was changed."] [INFO] [stdout] 43 | | #[doc=""] [INFO] [stdout] 44 | | #[doc="The callback boolean parameter represents the state the toggle was switched to."] [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/callback/macros.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | ... as *mut Box<$crate::callback::Callback<($($rargs),*)>> [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] ::: src/control/list.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / impl_callback! { [INFO] [stdout] 108 | | #[doc="Action generated when the state of an item in the list is changed."] [INFO] [stdout] 109 | | #[doc="Also provides information on the changed item."] [INFO] [stdout] 110 | | #[doc=""] [INFO] [stdout] ... | [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.78s [INFO] running `Command { std: "docker" "inspect" "4a18d29210985541123c04f7401f055b11e3a99cdc62de4827fb4088bee3381e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a18d29210985541123c04f7401f055b11e3a99cdc62de4827fb4088bee3381e", kill_on_drop: false }` [INFO] [stdout] 4a18d29210985541123c04f7401f055b11e3a99cdc62de4827fb4088bee3381e