objc-rs 0.2.8

Objective-C Runtime bindings and wrapper for Rust. Maintained fork of objc crate
Documentation
Build #2275817 2025-06-30 07:26:25
# rustc version
rustc 1.90.0-nightly (35f603652 2025-06-29)# docs.rs version
docsrs 0.6.0 (ff5ebf09 2025-06-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/objc-rs-0.2.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/objc-rs-0.2.8/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250629-1.90.0-nightly-35f603652\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ded251f4af51f0d9553e4510a57b2bd98c4c3a0701dcf1675c4ca6e0bde6f6e7
[INFO] running `Command { std: "docker" "start" "-a" "ded251f4af51f0d9553e4510a57b2bd98c4c3a0701dcf1675c4ca6e0bde6f6e7", 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:78:23
[INFO] [stderr]    |
[INFO] [stderr] 78 | 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:81:1
[INFO] [stderr]    |
[INFO] [stderr] 81 | 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: `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: `objc-rs` (lib) generated 43 warnings (run `cargo fix --lib -p objc-rs` to apply 43 suggestions)
[INFO] [stderr]     Scraping objc-rs v0.2.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "example" in package `objc-rs` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `objc-rs` (example "example") generated 1 warning
[INFO] [stderr]  Documenting objc-rs v0.2.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/objc_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "ded251f4af51f0d9553e4510a57b2bd98c4c3a0701dcf1675c4ca6e0bde6f6e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ded251f4af51f0d9553e4510a57b2bd98c4c3a0701dcf1675c4ca6e0bde6f6e7", kill_on_drop: false }`
[INFO] [stdout] ded251f4af51f0d9553e4510a57b2bd98c4c3a0701dcf1675c4ca6e0bde6f6e7