# rustc version rustc 1.87.0-nightly (f8c27dfe1 2025-03-24)
# docs.rs version docsrs 0.6.0 (004a02c4 2025-03-05)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/yacurses-0.2.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/yacurses-0.2.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250324-1.87.0-nightly-f8c27dfe1\", \"--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] e1bbfe99f0bfbadfd3b8580b0759f83ed5e9ebc02a69931af24df4ac2e6b323f [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" "e1bbfe99f0bfbadfd3b8580b0759f83ed5e9ebc02a69931af24df4ac2e6b323f", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/lib.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | use std::panic::PanicInfo; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/lib.rs:102:30 [INFO] [stderr] | [INFO] [stderr] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 963 | acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash."); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 964 | acs_getter!(acs_board, 'h', "Board of squares, often just a hash."); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 965 | acs_getter!(acs_btee, 'v', "Bottom T"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 966 | acs_getter!(acs_bullet, '~', "Bullet point"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 967 | acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple"); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 968 | acs_getter!(acs_darrow, '.', "Down arrow"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 969 | acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 970 | acs_getter!(acs_diamond, '`', "Diamond"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 971 | acs_getter!(acs_gequal, 'z', "Greater-than or equal to."); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 972 | acs_getter!(acs_hline, 'q', "Horizontal line"); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 973 | acs_getter!(acs_lantern, 'i', "Lantern symbol"); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 974 | acs_getter!(acs_larrow, ',', "Left arrow"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 975 | acs_getter!(acs_lequal, 'y', "Less-than or equal to."); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 976 | acs_getter!(acs_llcorner, 'm', "Lower left corner of a box."); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 977 | acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box."); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 978 | acs_getter!(acs_ltee, 't', "Left T"); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 979 | acs_getter!(acs_nequal, '|', "Not-equal to."); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 980 | acs_getter!(acs_pi, '{', "Pi"); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 981 | acs_getter!(acs_plminus, 'g', "Plus/Minus"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 982 | acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions"); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 983 | acs_getter!(acs_rarrow, '+', "Right arrow"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 984 | acs_getter!(acs_rtee, 'u', "Right T"); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 985 | acs_getter!(acs_s1, 'o', "Horizontal Scanline 1"); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 986 | acs_getter!(acs_s3, 'p', "Horizontal Scanline 3"); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 987 | acs_getter!(acs_s7, 'r', "Horizontal Scanline 7"); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 988 | acs_getter!(acs_s9, 's', "Horizontal Scanline 9"); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 989 | acs_getter!(acs_sterling, '}', "British pounds sterling."); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 990 | acs_getter!(acs_ttee, 'w', "Top T"); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 991 | acs_getter!(acs_uarrow, '-', "Up arrow"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 992 | acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box."); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 993 | acs_getter!(acs_urcorner, 'k', "Upper right corner of a box."); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:943:27 [INFO] [stderr] | [INFO] [stderr] 943 | ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 }, [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] ... [INFO] [stderr] 994 | acs_getter!(acs_vline, 'x', "Vertical line"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `yacurses` (lib) generated 34 warnings [INFO] [stderr] Scraping yacurses v0.2.5 (/opt/rustwide/workdir) [INFO] [stderr] Documenting yacurses v0.2.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/yacurses/index.html [INFO] running `Command { std: "docker" "inspect" "e1bbfe99f0bfbadfd3b8580b0759f83ed5e9ebc02a69931af24df4ac2e6b323f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1bbfe99f0bfbadfd3b8580b0759f83ed5e9ebc02a69931af24df4ac2e6b323f", kill_on_drop: false }` [INFO] [stdout] e1bbfe99f0bfbadfd3b8580b0759f83ed5e9ebc02a69931af24df4ac2e6b323f