Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.88.0-nightly (d6a325d93 2025-05-03)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/async_ui_web_html-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/async_ui_web_html-0.2.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250503-1.88.0-nightly-d6a325d93\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 9c290f7bd63b906e37c7546dfb4de0c5941003fd6b46d5025d0a9fc628836d64 [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" "9c290f7bd63b906e37c7546dfb4de0c5941003fd6b46d5025d0a9fc628836d64", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting async_ui_web_html v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 24 | make_event_impl!("cancel", until_cancel, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mousemove_event)"); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 25 | make_event_impl!("error", until_error, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/error_event)"); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | make_event_impl!("scroll", until_scroll, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event)"); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 27 | make_event_impl!("securitypolicyviolation", until_securitypolicyviolation, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/securitypolicyviolation_event)"); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 28 | make_event_impl!("select", until_select, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event)"); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 29 | make_event_impl!("wheel", until_wheel, web_sys::WheelEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 31 | make_event_impl!("compositionend", until_compositionend, web_sys::CompositionEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | make_event_impl!("compositionstart", until_compositionstart, web_sys::CompositionEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | make_event_impl!("compositionupdate", until_compositionupdate, web_sys::CompositionEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 35 | make_event_impl!("blur", until_blur, web_sys::UiEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | make_event_impl!("focus", until_focus, web_sys::UiEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 37 | make_event_impl!("focusin", until_focusin, web_sys::UiEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/focusin_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | make_event_impl!("focusout", until_focusout, web_sys::UiEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/focusout_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 40 | make_event_impl!("fullscreenchange", until_fullscreenchange, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/fullscreenchange_event)"); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | make_event_impl!("fullscreenerror", until_fullscreenerror, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/fullscreenerror_event)"); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | make_event_impl!("keydown", until_keydown, web_sys::KeyboardEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/keydown_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 44 | make_event_impl!("keyup", until_keyup, web_sys::KeyboardEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/keyup_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 46 | make_event_impl!("auxclick", until_auxclick, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/auxclick_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 47 | make_event_impl!("click", until_click, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | make_event_impl!("contextmenu", until_contextmenu, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/contextmenu_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 49 | make_event_impl!("dblclick", until_dblclick, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 50 | make_event_impl!("mousedown", until_mousedown, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mousedown_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 51 | make_event_impl!("mouseenter", until_mouseenter, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseenter_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 52 | make_event_impl!("mouseleave", until_mouseleave, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseleave_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 53 | make_event_impl!("mousemove", until_mousemove, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mousemove_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 54 | make_event_impl!("mouseout", until_mouseout, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseout_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 55 | make_event_impl!("mouseover", until_mouseover, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseover_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | make_event_impl!("mouseup", until_mouseup, web_sys::MouseEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseup_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | make_event_impl!("touchcancel", until_touchcancel, web_sys::TouchEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/touchcancel_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | make_event_impl!("touchend", until_touchend, web_sys::TouchEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/touchend_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | make_event_impl!("touchmove", until_touchmove, web_sys::TouchEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/touchmove_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | make_event_impl!("touchstart", until_touchstart, web_sys::TouchEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/Element/touchstart_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 76 | make_event_impl!("input", until_input, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event)"); [INFO] [stderr] | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | make_event_impl!("change", until_change, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event)"); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | make_event_impl!("drag", until_drag, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drag_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 80 | make_event_impl!("dragend", until_dragend, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragend_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | make_event_impl!("dragenter", until_dragenter, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragenter_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | make_event_impl!("dragleave", until_dragleave, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragleave_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | make_event_impl!("dragover", until_dragover, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragover_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 84 | make_event_impl!("dragstart", until_dragstart, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragstart_event)"); [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | make_event_impl!("drop", until_drop, web_sys::DragEvent, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drop_event)"); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: malformed `must_use` attribute input [INFO] [stderr] --> src/common_events.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 87 | make_event_impl!("load", until_load, web_sys::Event, "[MDN documentation for this event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/load_event)"); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `make_event_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following are the possible correct uses [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use = "reason"] [INFO] [stderr] | [INFO] [stderr] 6 - #[must_use("the returned object is a Future+Stream that does nothing unless polled")] [INFO] [stderr] 6 + #[must_use] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not document `async_ui_web_html` [INFO] running `Command { std: "docker" "inspect" "9c290f7bd63b906e37c7546dfb4de0c5941003fd6b46d5025d0a9fc628836d64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c290f7bd63b906e37c7546dfb4de0c5941003fd6b46d5025d0a9fc628836d64", kill_on_drop: false }` [INFO] [stdout] 9c290f7bd63b906e37c7546dfb4de0c5941003fd6b46d5025d0a9fc628836d64