[INFO] updating cached repository https://github.com/Ansvia/reframe [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 48a2b7716227a46e0e0c8d1a3388721cc82f6071 [INFO] checking Ansvia/reframe against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnsvia%2Freframe" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ansvia/reframe on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Ansvia/reframe [INFO] finished tweaking git repo https://github.com/Ansvia/reframe [INFO] tweaked toml for git repo https://github.com/Ansvia/reframe written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Ansvia/reframe already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fedf6077c186010dc99ba4d0234967e09a9d1def2ad3b935f6c81add6cb13249 [INFO] running `"docker" "start" "-a" "fedf6077c186010dc99ba4d0234967e09a9d1def2ad3b935f6c81add6cb13249"` [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking colored v1.7.0 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking openssl v0.10.24 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 209 | / libc_bitflags!( [INFO] [stderr] 210 | | /// Additional configuration flags for `fcntl`'s `F_SETFD`. [INFO] [stderr] 211 | | pub struct FdFlag: c_int { [INFO] [stderr] 212 | | /// The file descriptor will automatically be closed during a successful `execve(2)`. [INFO] [stderr] 213 | | FD_CLOEXEC; [INFO] [stderr] 214 | | } [INFO] [stderr] 215 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 209 | / libc_bitflags!( [INFO] [stderr] 210 | | /// Additional configuration flags for `fcntl`'s `F_SETFD`. [INFO] [stderr] 211 | | pub struct FdFlag: c_int { [INFO] [stderr] 212 | | /// The file descriptor will automatically be closed during a successful `execve(2)`. [INFO] [stderr] 213 | | FD_CLOEXEC; [INFO] [stderr] 214 | | } [INFO] [stderr] 215 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/kmod.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / libc_bitflags!( [INFO] [stderr] 60 | | /// Flags used by the `finit_module` function. [INFO] [stderr] 61 | | pub struct ModuleInitFlags: libc::c_uint { [INFO] [stderr] 62 | | /// Ignore symbol version hashes. [INFO] [stderr] ... | [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/kmod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / libc_bitflags!( [INFO] [stderr] 97 | | /// Flags used by `delete_module`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// See [`man delete_module(2)`](http://man7.org/linux/man-pages/man2/delete_module.2.html) [INFO] [stderr] ... | [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/kmod.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / libc_bitflags!( [INFO] [stderr] 60 | | /// Flags used by the `finit_module` function. [INFO] [stderr] 61 | | pub struct ModuleInitFlags: libc::c_uint { [INFO] [stderr] 62 | | /// Ignore symbol version hashes. [INFO] [stderr] ... | [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/kmod.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / libc_bitflags!( [INFO] [stderr] 60 | | /// Flags used by the `finit_module` function. [INFO] [stderr] 61 | | pub struct ModuleInitFlags: libc::c_uint { [INFO] [stderr] 62 | | /// Ignore symbol version hashes. [INFO] [stderr] ... | [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/kmod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / libc_bitflags!( [INFO] [stderr] 97 | | /// Flags used by `delete_module`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// See [`man delete_module(2)`](http://man7.org/linux/man-pages/man2/delete_module.2.html) [INFO] [stderr] ... | [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/kmod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / libc_bitflags!( [INFO] [stderr] 97 | | /// Flags used by `delete_module`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// See [`man delete_module(2)`](http://man7.org/linux/man-pages/man2/delete_module.2.html) [INFO] [stderr] ... | [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / libc_bitflags!( [INFO] [stderr] 50 | | pub struct MntFlags: c_int { [INFO] [stderr] 51 | | MNT_FORCE; [INFO] [stderr] 52 | | MNT_DETACH; [INFO] [stderr] 53 | | MNT_EXPIRE; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / libc_bitflags!( [INFO] [stderr] 6 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 7 | | /// Mount read-only [INFO] [stderr] 8 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / libc_bitflags!( [INFO] [stderr] 50 | | pub struct MntFlags: c_int { [INFO] [stderr] 51 | | MNT_FORCE; [INFO] [stderr] 52 | | MNT_DETACH; [INFO] [stderr] 53 | | MNT_EXPIRE; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / libc_bitflags!( [INFO] [stderr] 50 | | pub struct MntFlags: c_int { [INFO] [stderr] 51 | | MNT_FORCE; [INFO] [stderr] 52 | | MNT_DETACH; [INFO] [stderr] 53 | | MNT_EXPIRE; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mount.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / libc_bitflags!( [INFO] [stderr] 50 | | pub struct MntFlags: c_int { [INFO] [stderr] 51 | | MNT_FORCE; [INFO] [stderr] 52 | | MNT_DETACH; [INFO] [stderr] 53 | | MNT_EXPIRE; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags!{ [INFO] [stderr] 26 | | pub struct FdFlag: libc::c_int { [INFO] [stderr] 27 | | FD_CLOEXEC; [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/mqueue.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags!{ [INFO] [stderr] 26 | | pub struct FdFlag: libc::c_int { [INFO] [stderr] 27 | | FD_CLOEXEC; [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct PollFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / libc_bitflags!{ [INFO] [stderr] 40 | | pub struct EpollCreateFlags: c_int { [INFO] [stderr] 41 | | EPOLL_CLOEXEC; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/epoll.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / libc_bitflags!{ [INFO] [stderr] 40 | | pub struct EpollCreateFlags: c_int { [INFO] [stderr] 41 | | EPOLL_CLOEXEC; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/memfd.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / libc_bitflags!( [INFO] [stderr] 8 | | pub struct MemFdCreateFlag: libc::c_uint { [INFO] [stderr] 9 | | MFD_CLOEXEC; [INFO] [stderr] 10 | | MFD_ALLOW_SEALING; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/memfd.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / libc_bitflags!( [INFO] [stderr] 8 | | pub struct MemFdCreateFlag: libc::c_uint { [INFO] [stderr] 9 | | MFD_CLOEXEC; [INFO] [stderr] 10 | | MFD_ALLOW_SEALING; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/memfd.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / libc_bitflags!( [INFO] [stderr] 8 | | pub struct MemFdCreateFlag: libc::c_uint { [INFO] [stderr] 9 | | MFD_CLOEXEC; [INFO] [stderr] 10 | | MFD_ALLOW_SEALING; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / libc_bitflags!{ [INFO] [stderr] 217 | | /// Flags for `mlockall`. [INFO] [stderr] 218 | | pub struct MlockAllFlags: c_int { [INFO] [stderr] 219 | | /// Lock pages that are currently mapped into the address space of the process. [INFO] [stderr] ... | [INFO] [stderr] 223 | | } [INFO] [stderr] 224 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / libc_bitflags!{ [INFO] [stderr] 217 | | /// Flags for `mlockall`. [INFO] [stderr] 218 | | pub struct MlockAllFlags: c_int { [INFO] [stderr] 219 | | /// Lock pages that are currently mapped into the address space of the process. [INFO] [stderr] ... | [INFO] [stderr] 223 | | } [INFO] [stderr] 224 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/mman.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / libc_bitflags!{ [INFO] [stderr] 217 | | /// Flags for `mlockall`. [INFO] [stderr] 218 | | pub struct MlockAllFlags: c_int { [INFO] [stderr] 219 | | /// Lock pages that are currently mapped into the address space of the process. [INFO] [stderr] ... | [INFO] [stderr] 223 | | } [INFO] [stderr] 224 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signalfd.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / libc_bitflags!{ [INFO] [stderr] 30 | | pub struct SfdFlags: libc::c_int { [INFO] [stderr] 31 | | SFD_NONBLOCK; [INFO] [stderr] 32 | | SFD_CLOEXEC; [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signalfd.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / libc_bitflags!{ [INFO] [stderr] 30 | | pub struct SfdFlags: libc::c_int { [INFO] [stderr] 31 | | SFD_NONBLOCK; [INFO] [stderr] 32 | | SFD_CLOEXEC; [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/signalfd.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / libc_bitflags!{ [INFO] [stderr] 30 | | pub struct SfdFlags: libc::c_int { [INFO] [stderr] 31 | | SFD_NONBLOCK; [INFO] [stderr] 32 | | SFD_CLOEXEC; [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / libc_bitflags!{ [INFO] [stderr] 96 | | /// Additional socket options [INFO] [stderr] 97 | | pub struct SockFlag: c_int { [INFO] [stderr] 98 | | /// Set non-blocking mode on the new socket [INFO] [stderr] ... | [INFO] [stderr] 121 | | } [INFO] [stderr] 122 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / libc_bitflags!{ [INFO] [stderr] 96 | | /// Additional socket options [INFO] [stderr] 97 | | pub struct SockFlag: c_int { [INFO] [stderr] 98 | | /// Set non-blocking mode on the new socket [INFO] [stderr] ... | [INFO] [stderr] 121 | | } [INFO] [stderr] 122 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / libc_bitflags!{ [INFO] [stderr] 96 | | /// Additional socket options [INFO] [stderr] 97 | | pub struct SockFlag: c_int { [INFO] [stderr] 98 | | /// Set non-blocking mode on the new socket [INFO] [stderr] ... | [INFO] [stderr] 121 | | } [INFO] [stderr] 122 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/socket/mod.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / libc_bitflags!{ [INFO] [stderr] 125 | | /// Flags for send/recv and their relatives [INFO] [stderr] 126 | | pub struct MsgFlags: c_int { [INFO] [stderr] 127 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 179 | | } [INFO] [stderr] 180 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | / libc_bitflags! { [INFO] [stderr] 73 | | /// Configuration options for [`inotify_init1`](fn.inotify_init1.html). [INFO] [stderr] 74 | | pub struct InitFlags: c_int { [INFO] [stderr] 75 | | IN_CLOEXEC; [INFO] [stderr] 76 | | IN_NONBLOCK; [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / libc_bitflags! { [INFO] [stderr] 41 | | /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html). [INFO] [stderr] 42 | | pub struct AddWatchFlags: u32 { [INFO] [stderr] 43 | | IN_ACCESS; [INFO] [stderr] ... | [INFO] [stderr] 69 | | } [INFO] [stderr] 70 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | / libc_bitflags! { [INFO] [stderr] 73 | | /// Configuration options for [`inotify_init1`](fn.inotify_init1.html). [INFO] [stderr] 74 | | pub struct InitFlags: c_int { [INFO] [stderr] 75 | | IN_CLOEXEC; [INFO] [stderr] 76 | | IN_NONBLOCK; [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/sys/inotify.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | / libc_bitflags! { [INFO] [stderr] 73 | | /// Configuration options for [`inotify_init1`](fn.inotify_init1.html). [INFO] [stderr] 74 | | pub struct InitFlags: c_int { [INFO] [stderr] 75 | | IN_CLOEXEC; [INFO] [stderr] 76 | | IN_NONBLOCK; [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/unistd.rs:2335:1 [INFO] [stderr] | [INFO] [stderr] 2335 | / libc_bitflags!{ [INFO] [stderr] 2336 | | /// Options for access() [INFO] [stderr] 2337 | | pub struct AccessFlags : c_int { [INFO] [stderr] 2338 | | /// Test for existence of file. [INFO] [stderr] ... | [INFO] [stderr] 2346 | | } [INFO] [stderr] 2347 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/unistd.rs:2335:1 [INFO] [stderr] | [INFO] [stderr] 2335 | / libc_bitflags!{ [INFO] [stderr] 2336 | | /// Options for access() [INFO] [stderr] 2337 | | pub struct AccessFlags : c_int { [INFO] [stderr] 2338 | | /// Test for existence of file. [INFO] [stderr] ... | [INFO] [stderr] 2346 | | } [INFO] [stderr] 2347 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/unistd.rs:2335:1 [INFO] [stderr] | [INFO] [stderr] 2335 | / libc_bitflags!{ [INFO] [stderr] 2336 | | /// Options for access() [INFO] [stderr] 2337 | | pub struct AccessFlags : c_int { [INFO] [stderr] 2338 | | /// Test for existence of file. [INFO] [stderr] ... | [INFO] [stderr] 2346 | | } [INFO] [stderr] 2347 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/unistd.rs:2335:1 [INFO] [stderr] | [INFO] [stderr] 2335 | / libc_bitflags!{ [INFO] [stderr] 2336 | | /// Options for access() [INFO] [stderr] 2337 | | pub struct AccessFlags : c_int { [INFO] [stderr] 2338 | | /// Test for existence of file. [INFO] [stderr] ... | [INFO] [stderr] 2346 | | } [INFO] [stderr] 2347 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/unistd.rs:2335:1 [INFO] [stderr] | [INFO] [stderr] 2335 | / libc_bitflags!{ [INFO] [stderr] 2336 | | /// Options for access() [INFO] [stderr] 2337 | | pub struct AccessFlags : c_int { [INFO] [stderr] 2338 | | /// Test for existence of file. [INFO] [stderr] ... | [INFO] [stderr] 2346 | | } [INFO] [stderr] 2347 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:3795:1 [INFO] [stderr] | [INFO] [stderr] 3795 | / bitflags! { [INFO] [stderr] 3796 | | /// The shutdown state of a session. [INFO] [stderr] 3797 | | pub struct ShutdownState: c_int { [INFO] [stderr] 3798 | | /// A close notify message has been sent to the peer. [INFO] [stderr] ... | [INFO] [stderr] 3802 | | } [INFO] [stderr] 3803 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:3795:1 [INFO] [stderr] | [INFO] [stderr] 3795 | / bitflags! { [INFO] [stderr] 3796 | | /// The shutdown state of a session. [INFO] [stderr] 3797 | | pub struct ShutdownState: c_int { [INFO] [stderr] 3798 | | /// A close notify message has been sent to the peer. [INFO] [stderr] ... | [INFO] [stderr] 3802 | | } [INFO] [stderr] 3803 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:3795:1 [INFO] [stderr] | [INFO] [stderr] 3795 | / bitflags! { [INFO] [stderr] 3796 | | /// The shutdown state of a session. [INFO] [stderr] 3797 | | pub struct ShutdownState: c_int { [INFO] [stderr] 3798 | | /// A close notify message has been sent to the peer. [INFO] [stderr] ... | [INFO] [stderr] 3802 | | } [INFO] [stderr] 3803 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking zip v0.5.3 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] error: aborting due to 414 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `nix`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 120 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `openssl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fedf6077c186010dc99ba4d0234967e09a9d1def2ad3b935f6c81add6cb13249"` [INFO] running `"docker" "rm" "-f" "fedf6077c186010dc99ba4d0234967e09a9d1def2ad3b935f6c81add6cb13249"` [INFO] [stdout] fedf6077c186010dc99ba4d0234967e09a9d1def2ad3b935f6c81add6cb13249