[INFO] fetching crate mpc 0.1.10... [INFO] testing mpc-0.1.10 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate mpc 0.1.10 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate mpc 0.1.10 [INFO] finished tweaking crates.io crate mpc 0.1.10 [INFO] tweaked toml for crates.io crate mpc 0.1.10 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mpc 0.1.10 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2176a9f1d4c6899d2d497234d6a9b11aa7bb5907d61509f0b6fd257724573dd7 [INFO] running `Command { std: "docker" "start" "-a" "2176a9f1d4c6899d2d497234d6a9b11aa7bb5907d61509f0b6fd257724573dd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2176a9f1d4c6899d2d497234d6a9b11aa7bb5907d61509f0b6fd257724573dd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2176a9f1d4c6899d2d497234d6a9b11aa7bb5907d61509f0b6fd257724573dd7", kill_on_drop: false }` [INFO] [stdout] 2176a9f1d4c6899d2d497234d6a9b11aa7bb5907d61509f0b6fd257724573dd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a9ef2812d06a08653c0c89ce5e38a88e454d763a1b5b47293b0d41ebf0c22ba9 [INFO] running `Command { std: "docker" "start" "-a" "a9ef2812d06a08653c0c89ce5e38a88e454d763a1b5b47293b0d41ebf0c22ba9", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling mpc v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | gcc::Config::new() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | gcc::Config::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/glue.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | extern [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(missing_abi)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn mpc_satisfy(f: extern fn(c: c_char) -> i32) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn mpc_anchor(f: extern fn(c1: c_char, c2: c_char) -> i32) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:340:11 [INFO] [stdout] | [INFO] [stdout] 340 | tester: extern fn(a1: *const c_void, a2: *const c_void) -> i32, [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:342:12 [INFO] [stdout] | [INFO] [stdout] 342 | printer: extern fn(p: *const c_void) [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:349:11 [INFO] [stdout] | [INFO] [stdout] 349 | tester: extern fn(a1: *const c_void, a2: *const c_void) -> i32, [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c.rs:351:12 [INFO] [stdout] | [INFO] [stdout] 351 | printer: extern fn(p: *const c_void) [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c_types.rs:83:23 [INFO] [stdout] | [INFO] [stdout] 83 | pub type mpc_dtor_t = extern fn(val: *const mpc_val_t); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c_types.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | pub type mpc_ctor_t = extern fn() -> *const mpc_val_t; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c_types.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub type mpc_apply_t = extern fn() -> *const mpc_val_t; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c_types.rs:89:27 [INFO] [stdout] | [INFO] [stdout] 89 | pub type mpc_apply_to_t = extern fn(val: *const mpc_val_t, *const c_void) -> mpc_val_t; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/mpc_c_types.rs:91:23 [INFO] [stdout] | [INFO] [stdout] 91 | pub type mpc_fold_t = extern fn(i: i32, v: *const *const mpc_val_t) -> mpc_val_t; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(inclusive_range_syntax)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:217:2 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn mpc_stripr(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:19 [INFO] [stdout] | [INFO] [stdout] 5 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:218:2 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn mpc_strip(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:219:2 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn mpc_tok(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:220:2 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn mpc_sym(s: *const c_char) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:221:2 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn mpc_total(a: *mut mpc_parser_t, da: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:223:2 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn mpc_between(a: *mut mpc_parser_t, ad: mpc_dtor_t, o: *const c_char, c: *const c_char) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:224:2 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn mpc_parens(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:225:2 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn mpc_braces(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:226:2 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn mpc_brackets(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:227:2 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn mpc_squares(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:229:2 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn mpc_tok_between(a: *mut mpc_parser_t, ad: mpc_dtor_t, o: *const c_char, c: *const c_char) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:230:2 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn mpc_tok_parens(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:231:2 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn mpc_tok_braces(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:232:2 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn mpc_tok_brackets(a: *mut mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:233:2 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn mpc_tok_squares(a: mpc_parser_t, ad: mpc_dtor_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:238:2 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn mpcf_dtor_null(x: *mut mpc_val_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:240:2 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn mpcf_ctor_null() -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:241:2 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn mpcf_ctor_str() -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:243:2 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn mpcf_free(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:244:2 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn mpcf_int(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:245:2 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn mpcf_hex(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:246:2 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn mpcf_oct(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:247:2 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn mpcf_float(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:248:2 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn mpcf_strtriml(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:249:2 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn mpcf_strtrimr(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:250:2 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn mpcf_strtrim(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:252:2 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn mpcf_escape(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:253:2 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn mpcf_escape_regex(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:254:2 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn mpcf_escape_string_raw(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:255:2 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn mpcf_escape_char_raw(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:257:2 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn mpcf_unescape(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:258:2 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn mpcf_unescape_regex(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:259:2 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn mpcf_unescape_string_raw(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:260:2 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn mpcf_unescape_char_raw(x: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:262:2 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn mpcf_null(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:263:2 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn mpcf_fst(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:264:2 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn mpcf_snd(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:265:2 [INFO] [stdout] | [INFO] [stdout] 265 | pub fn mpcf_trd(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:267:2 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn mpcf_fst_free(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:268:2 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn mpcf_snd_free(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:269:2 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn mpcf_trd_free(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:271:2 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn mpcf_strfold(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:272:2 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn mpcf_maths(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:277:2 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn mpc_re(re: *const c_char) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:284:2 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn mpc_ast_new(tag: *const c_char, contents: *const c_char) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:285:2 [INFO] [stdout] | [INFO] [stdout] 285 | pub fn mpc_ast_build(n: i32, tag: *const char, ...) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:286:2 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn mpc_ast_add_root(a: *mut mpc_ast_t) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:287:2 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn mpc_ast_add_child(r: *mut mpc_ast_t, a: *mut mpc_ast_t) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:288:2 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn mpc_ast_add_tag(a: *mut mpc_ast_t, t: *const c_char) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:289:2 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn mpc_ast_add_root_tag(a: *mut mpc_ast_t, t: *const c_char) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:290:2 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn mpc_ast_tag(a: *mut mpc_ast_t, t: *const c_char) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:291:2 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn mpc_ast_state(a: *mut mpc_ast_t, s: mpc_state_t) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:293:2 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn mpc_ast_delete(a: *mut mpc_ast_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:294:2 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn mpc_ast_print(a: *mut mpc_ast_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:296:2 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn mpc_ast_get_index(ast: *mut mpc_ast_t, tag: *const c_char); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:297:2 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn mpc_ast_get_index_lb(ast: *mut mpc_ast_t, tag: *const c_char, lb: i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:298:2 [INFO] [stdout] | [INFO] [stdout] 298 | pub fn mpc_ast_get_child(ast: *mut mpc_ast_t, tag: *const c_char); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:299:2 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn mpc_ast_get_child_lb(ast: *mut mpc_ast_t, tag: *const c_char, lb: i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:301:2 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn mpc_ast_traverse_start(ast: *mut mpc_ast_t, order: mpc_ast_trav_order_t) -> *mut mpc_ast_trav_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:302:2 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn mpc_ast_traverse_next(trav: *mut *mut mpc_ast_trav_t) -> *mut mpc_ast_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:303:2 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn mpc_ast_traverse_free(trav: *mut *mut mpc_ast_trav_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:305:2 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn mpcf_fold_ast(n: i32, _as: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:306:2 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn mpcf_str_ast(a: *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:307:2 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn mpcf_state_ast(n: i32, xs: *mut *mut mpc_val_t) -> *mut mpc_val_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:309:2 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn mpca_tag(a: *mut mpc_parser_t, t: *const c_char) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:310:2 [INFO] [stdout] | [INFO] [stdout] 310 | pub fn mpca_add_tag(a: *mut mpc_parser_t, t: *const c_char) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:311:2 [INFO] [stdout] | [INFO] [stdout] 311 | pub fn mpca_root(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:312:2 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn mpca_state(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:313:2 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn mpca_total(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:315:2 [INFO] [stdout] | [INFO] [stdout] 315 | pub fn mpca_not(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:316:2 [INFO] [stdout] | [INFO] [stdout] 316 | pub fn mpca_maybe(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:318:2 [INFO] [stdout] | [INFO] [stdout] 318 | pub fn mpca_or(n: i32, ...) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:319:2 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn mpca_and(n: i32, ...) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:321:2 [INFO] [stdout] | [INFO] [stdout] 321 | pub fn mpca_many(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:322:2 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn mpca_many1(a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:323:2 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn mpca_count(n: i32, a: *mut mpc_parser_t) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:325:2 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn mpca_grammar(flags: mpca_lang_type, grammar: *const c_char, ...) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:326:2 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn mpca_lang(flags: mpca_lang_type, grammar: *const c_char, ...) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:327:2 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn mpca_lang_contents(flags: mpca_lang_type, filename: *const c_char, ...) -> *mut mpc_parser_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:332:2 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn mpc_print(p: *mut mpc_parser_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:333:2 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn mpc_optimise(p: *mut mpc_parser_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:334:2 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn mpc_stats(p: *mut mpc_parser_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:336:2 [INFO] [stdout] | [INFO] [stdout] 336 | / pub fn mpc_test_pass( [INFO] [stdout] 337 | | p: *mut mpc_parser_t, [INFO] [stdout] 338 | | s: *const c_char, [INFO] [stdout] 339 | | d: *const c_void, [INFO] [stdout] ... | [INFO] [stdout] 342 | | printer: extern fn(p: *const c_void) [INFO] [stdout] 343 | | ) -> i32; [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/mpc_c.rs:345:2 [INFO] [stdout] | [INFO] [stdout] 345 | / pub fn mpc_test_fail( [INFO] [stdout] 346 | | p: *mut mpc_parser_t, [INFO] [stdout] 347 | | s: *const c_char, [INFO] [stdout] 348 | | d: *const c_void, [INFO] [stdout] ... | [INFO] [stdout] 351 | | printer: extern fn(p: *const c_void) [INFO] [stdout] 352 | | ) -> i32; [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ast.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn by_index(&self, index: usize) -> Option [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]` [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn by_index(&self, index: usize) -> Option> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ast.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn by_tag(&self, tag: &str) -> Option [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 91 | pub fn by_tag(&self, tag: &str) -> Option> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ast.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn by_contents(&self, contents: &str) -> Option [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn by_contents(&self, contents: &str) -> Option> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a dangling pointer will be produced because the temporary `CString` will be dropped [INFO] [stdout] --> src/macros.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | CString::new($str).unwrap().as_ptr() [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will immediately be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] ::: src/mpc_c_types.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | filename: c_str!(""), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: you must make sure that the variable you bind the `CString` to lives at least as long as the pointer returned by the call to `as_ptr` [INFO] [stdout] = help: in particular, if this pointer is returned from the current function, binding the `CString` inside the function will not suffice [INFO] [stdout] = help: for more information, see [INFO] [stdout] = note: `#[deny(dangling_pointers_from_temporaries)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: this error originates in the macro `c_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a dangling pointer will be produced because the temporary `CString` will be dropped [INFO] [stdout] --> src/macros.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | CString::new($str).unwrap().as_ptr() [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will immediately be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] ::: src/mpc_c_types.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | failure: c_str!(failure), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: you must make sure that the variable you bind the `CString` to lives at least as long as the pointer returned by the call to `as_ptr` [INFO] [stdout] = help: in particular, if this pointer is returned from the current function, binding the `CString` inside the function will not suffice [INFO] [stdout] = help: for more information, see [INFO] [stdout] = note: this error originates in the macro `c_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mpc` (lib) due to 103 previous errors [INFO] running `Command { std: "docker" "inspect" "a9ef2812d06a08653c0c89ce5e38a88e454d763a1b5b47293b0d41ebf0c22ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ef2812d06a08653c0c89ce5e38a88e454d763a1b5b47293b0d41ebf0c22ba9", kill_on_drop: false }` [INFO] [stdout] a9ef2812d06a08653c0c89ce5e38a88e454d763a1b5b47293b0d41ebf0c22ba9