[go: up one dir, main page]

objc 0.2.7

Objective-C Runtime bindings and wrapper for Rust.
Documentation
Build #2165935 2025-05-28 22:23:26
# rustc version
rustc 1.89.0-nightly (45f256d9d 2025-05-27)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/objc-0.2.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/objc-0.2.7/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250527-1.89.0-nightly-45f256d9d\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 46c2241de19500a1fccaf7d6c02172c668b4b2fe052bf52fc55f42dfb645dd30
[INFO] running `Command { std: "docker" "start" "-a" "46c2241de19500a1fccaf7d6c02172c668b4b2fe052bf52fc55f42dfb645dd30", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/runtime.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 | pub type Imp = unsafe extern fn();
[INFO] [stderr]    |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/runtime.rs:79:1
[INFO] [stderr]    |
[INFO] [stderr] 79 | extern {
[INFO] [stderr]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 76 | method_decl_impl!();
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 76 | method_decl_impl!();
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 77 | method_decl_impl!(A);
[INFO] [stderr]    | -------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 77 | method_decl_impl!(A);
[INFO] [stderr]    | -------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 78 | method_decl_impl!(A, B);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 78 | method_decl_impl!(A, B);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 79 | method_decl_impl!(A, B, C);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 79 | method_decl_impl!(A, B, C);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 80 | method_decl_impl!(A, B, C, D);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 80 | method_decl_impl!(A, B, C, D);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 81 | method_decl_impl!(A, B, C, D, E);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 81 | method_decl_impl!(A, B, C, D, E);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 82 | method_decl_impl!(A, B, C, D, E, F);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 82 | method_decl_impl!(A, B, C, D, E, F);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 83 | method_decl_impl!(A, B, C, D, E, F, G);
[INFO] [stderr]    | -------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 83 | method_decl_impl!(A, B, C, D, E, F, G);
[INFO] [stderr]    | -------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 84 | method_decl_impl!(A, B, C, D, E, F, G, H);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 84 | method_decl_impl!(A, B, C, D, E, F, G, H);
[INFO] [stderr]    | ----------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 85 | method_decl_impl!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr]    | -------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 85 | method_decl_impl!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr]    | -------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 86 | method_decl_impl!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 86 | method_decl_impl!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]    | ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 87 | method_decl_impl!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]    | -------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 87 | method_decl_impl!(A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]    | -------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:71:34
[INFO] [stderr]    |
[INFO] [stderr] 71 |         method_decl_impl!(-T, R, extern fn(&T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 88 | method_decl_impl!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]    | ----------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/declare.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |         method_decl_impl!(-T, R, extern fn(&mut T, Sel $(, $t)*) -> R, $($t),*);
[INFO] [stderr]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 88 | method_decl_impl!(A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]    | ----------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `method_decl_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/declare.rs:151:45
[INFO] [stderr]     |
[INFO] [stderr] 151 |     pub fn root(name: &str, intitialize_fn: extern fn(&Class, Sel))
[INFO] [stderr]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/macros.rs:52:28
[INFO] [stderr]     |
[INFO] [stderr] 52  |                 #[cfg_attr(feature = "cargo-clippy", allow(replace_consts))]
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/declare.rs:156:39
[INFO] [stderr]     |
[INFO] [stderr] 156 |                 decl.add_class_method(sel!(initialize), intitialize_fn);
[INFO] [stderr]     |                                       ---------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `exception`, `objc_exception`, and `verify_message`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `sel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]  --> src/message/gnustep.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | extern {
[INFO] [stderr]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 134 | message_args_impl!();
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 135 | message_args_impl!(a: A);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 136 | message_args_impl!(a: A, b: B);
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 137 | message_args_impl!(a: A, b: B, c: C);
[INFO] [stderr]     | ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 138 | message_args_impl!(a: A, b: B, c: C, d: D);
[INFO] [stderr]     | ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 139 | message_args_impl!(a: A, b: B, c: C, d: D, e: E);
[INFO] [stderr]     | ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 140 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F);
[INFO] [stderr]     | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 141 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F, g: G);
[INFO] [stderr]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 142 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H);
[INFO] [stderr]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 143 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, i: I);
[INFO] [stderr]     | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 144 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, i: I, j: J);
[INFO] [stderr]     | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 145 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, i: I, j: J, k: K);
[INFO] [stderr]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/message/mod.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |                 let imp: unsafe extern fn(*mut Object, Sel $(, $t)*) -> R =
[INFO] [stderr]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 146 | message_args_impl!(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, i: I, j: J, k: K, l: L);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `message_args_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stderr]   --> src/encode.rs:75:31
[INFO] [stderr]    |
[INFO] [stderr] 75 |         let s = self.as_str().trim_left_matches(QUALIFIERS);
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] help: replace the use of the deprecated method
[INFO] [stderr]    |
[INFO] [stderr] 75 -         let s = self.as_str().trim_left_matches(QUALIFIERS);
[INFO] [stderr] 75 +         let s = self.as_str().trim_start_matches(QUALIFIERS);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stderr]   --> src/encode.rs:76:32
[INFO] [stderr]    |
[INFO] [stderr] 76 |         let o = other.as_str().trim_left_matches(QUALIFIERS);
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: replace the use of the deprecated method
[INFO] [stderr]    |
[INFO] [stderr] 76 -         let o = other.as_str().trim_left_matches(QUALIFIERS);
[INFO] [stderr] 76 +         let o = other.as_str().trim_start_matches(QUALIFIERS);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:80:5
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub fn sel_registerName(name: *const c_char) -> Sel;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 | #![warn(missing_docs)]
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:81:5
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub fn sel_getName(sel: Sel) -> *const c_char;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn class_getName(cls: *const Class) -> *const c_char;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:84:5
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub fn class_getSuperclass(cls: *const Class) -> *const Class;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:85:5
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn class_getInstanceSize(cls: *const Class) -> usize;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn class_getInstanceMethod(cls: *const Class, sel: Sel) -> *const Method;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:87:5
[INFO] [stderr]    |
[INFO] [stderr] 87 |     pub fn class_getInstanceVariable(cls: *const Class, name: *const c_char) -> *const Ivar;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:88:5
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:89:5
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:90:5
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn class_addMethod(cls: *mut Class, name: Sel, imp: Imp, types: *const c_char) -> BOOL;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:91:5
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub fn class_addIvar(cls: *mut Class, name: *const c_char, size: usize, alignment: u8, types: *const c_char) -> BOOL;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:92:5
[INFO] [stderr]    |
[INFO] [stderr] 92 |     pub fn class_addProtocol(cls: *mut Class, proto: *const Protocol) -> BOOL;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:93:5
[INFO] [stderr]    |
[INFO] [stderr] 93 |     pub fn class_conformsToProtocol(cls: *const Class, proto: *const Protocol) -> BOOL;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:94:5
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:96:5
[INFO] [stderr]    |
[INFO] [stderr] 96 |     pub fn objc_allocateClassPair(superclass: *const Class, name: *const c_char, extraBytes: usize) -> *mut Class;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:97:5
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn objc_disposeClassPair(cls: *mut Class);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/runtime.rs:98:5
[INFO] [stderr]    |
[INFO] [stderr] 98 |     pub fn objc_registerClassPair(cls: *mut Class);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:100:5
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub fn class_createInstance(cls: *const Class, extraBytes: usize) -> *mut Object;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:101:5
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub fn object_dispose(obj: *mut Object) -> *mut Object;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:102:5
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub fn object_getClass(obj: *const Object) -> *const Class;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:104:5
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub fn objc_getClassList(buffer: *mut *const Class, bufferLen: c_int) -> c_int;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:105:5
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:106:5
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn objc_getClass(name: *const c_char) -> *const Class;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:107:5
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub fn objc_getProtocol(name: *const c_char) -> *const Protocol;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:108:5
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:109:5
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub fn objc_allocateProtocol(name: *const c_char) -> *mut Protocol;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn objc_registerProtocol(proto: *mut Protocol);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:112:5
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub fn objc_autoreleasePoolPush() -> *mut c_void;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:113:5
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub fn objc_autoreleasePoolPop(context: *mut c_void);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:115:5
[INFO] [stderr]     |
[INFO] [stderr] 115 | /     pub fn protocol_addMethodDescription(proto: *mut Protocol, name: Sel, types: *const c_char, isRequiredMethod: BOOL,
[INFO] [stderr] 116 | |                                          isInstanceMethod: BOOL);
[INFO] [stderr]     | |_________________________________________________________________^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:117:5
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub fn protocol_addProtocol(proto: *mut Protocol, addition: *const Protocol);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:118:5
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub fn protocol_getName(proto: *const Protocol) -> *const c_char;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:119:5
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub fn protocol_isEqual(proto: *const Protocol, other: *const Protocol) -> BOOL;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:120:5
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Protocol;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:121:5
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn protocol_conformsToProtocol(proto: *const Protocol, other: *const Protocol) -> BOOL;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:123:5
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub fn ivar_getName(ivar: *const Ivar) -> *const c_char;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:124:5
[INFO] [stderr]     |
[INFO] [stderr] 124 |     pub fn ivar_getOffset(ivar: *const Ivar) -> isize;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:125:5
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn ivar_getTypeEncoding(ivar: *const Ivar) -> *const c_char;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:127:5
[INFO] [stderr]     |
[INFO] [stderr] 127 |     pub fn method_getName(method: *const Method) -> Sel;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:128:5
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn method_getImplementation(method: *const Method) -> Imp;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:129:5
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub fn method_copyReturnType(method: *const Method) -> *mut c_char;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:130:5
[INFO] [stderr]     |
[INFO] [stderr] 130 |     pub fn method_copyArgumentType(method: *const Method, index: c_uint) -> *mut c_char;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:131:5
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub fn method_getNumberOfArguments(method: *const Method) -> c_uint;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:132:5
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn method_setImplementation(method: *mut Method, imp: Imp) -> Imp;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:133:5
[INFO] [stderr]     |
[INFO] [stderr] 133 |     pub fn method_exchangeImplementations(m1: *mut Method, m2: *mut Method);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:135:5
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn objc_retain(obj: *mut Object) -> *mut Object;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:136:5
[INFO] [stderr]     |
[INFO] [stderr] 136 |     pub fn objc_release(obj: *mut Object);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:137:5
[INFO] [stderr]     |
[INFO] [stderr] 137 |     pub fn objc_autorelease(obj: *mut Object);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:139:5
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn objc_loadWeakRetained(location: *mut *mut Object) -> *mut Object;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:140:5
[INFO] [stderr]     |
[INFO] [stderr] 140 |     pub fn objc_initWeak(location: *mut *mut Object, obj: *mut Object) -> *mut Object;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:141:5
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn objc_destroyWeak(location: *mut *mut Object);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]    --> src/runtime.rs:142:5
[INFO] [stderr]     |
[INFO] [stderr] 142 |     pub fn objc_copyWeak(to: *mut *mut Object, from: *mut *mut Object);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `objc` (lib) generated 98 warnings (run `cargo fix --lib -p objc` to apply 45 suggestions)
[INFO] [stderr]     Scraping objc v0.2.7 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting objc v0.2.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `objc` (lib doc) generated 53 warnings (53 duplicates)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/objc/index.html
[INFO] running `Command { std: "docker" "inspect" "46c2241de19500a1fccaf7d6c02172c668b4b2fe052bf52fc55f42dfb645dd30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46c2241de19500a1fccaf7d6c02172c668b4b2fe052bf52fc55f42dfb645dd30", kill_on_drop: false }`
[INFO] [stdout] 46c2241de19500a1fccaf7d6c02172c668b4b2fe052bf52fc55f42dfb645dd30