[INFO] fetching crate git2_credentials 0.3.2... [INFO] checking git2_credentials-0.3.2 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate git2_credentials 0.3.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate git2_credentials 0.3.2 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate git2_credentials 0.3.2 [INFO] finished tweaking crates.io crate git2_credentials 0.3.2 [INFO] tweaked toml for crates.io crate git2_credentials 0.3.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate git2_credentials 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 37ba94da2949f507964bc734a03b77a77b862b20c824d53a16ebbddaed5c31b0 [INFO] running `"docker" "start" "-a" "37ba94da2949f507964bc734a03b77a77b862b20c824d53a16ebbddaed5c31b0"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking console v0.8.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling libgit2-sys v0.9.0 [INFO] [stderr] Checking backtrace v0.3.37 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking dialoguer v0.4.0 [INFO] [stderr] Checking git2 v0.10.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.10.0/src/lib.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / bitflags! { [INFO] [stderr] 375 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 376 | | pub struct Sort: u32 { [INFO] [stderr] 377 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 398 | | } [INFO] [stderr] 399 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:444:1 [INFO] [stderr] | [INFO] [stderr] 444 | / bitflags! { [INFO] [stderr] 445 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 446 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 447 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 451 | | } [INFO] [stderr] 452 | | } [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/git2-0.10.0/src/lib.rs:459:1 [INFO] [stderr] | [INFO] [stderr] 459 | / bitflags! { [INFO] [stderr] 460 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 461 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 462 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 469 | | } [INFO] [stderr] 470 | | } [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/git2-0.10.0/src/lib.rs:478:1 [INFO] [stderr] | [INFO] [stderr] 478 | / bitflags! { [INFO] [stderr] 479 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 480 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 481 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 490 | | } [INFO] [stderr] 491 | | } [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/git2-0.10.0/src/lib.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 509 | / bitflags! { [INFO] [stderr] 510 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 511 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 512 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 522 | | } [INFO] [stderr] 523 | | } [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/git2-0.10.0/src/lib.rs:533:1 [INFO] [stderr] | [INFO] [stderr] 533 | / bitflags! { [INFO] [stderr] 534 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 535 | | pub struct RevparseMode: u32 { [INFO] [stderr] 536 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 542 | | } [INFO] [stderr] 543 | | } [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/git2-0.10.0/src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / bitflags! { [INFO] [stderr] 552 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 553 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 554 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 570 | | } [INFO] [stderr] 571 | | } [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/git2-0.10.0/src/lib.rs:581:1 [INFO] [stderr] | [INFO] [stderr] 581 | / bitflags! { [INFO] [stderr] 582 | | /// The user's stated preference for merges. [INFO] [stderr] 583 | | pub struct MergePreference: u32 { [INFO] [stderr] 584 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 593 | | } [INFO] [stderr] 594 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:953:1 [INFO] [stderr] | [INFO] [stderr] 953 | / bitflags! { [INFO] [stderr] 954 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 955 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 956 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1153:1 [INFO] [stderr] | [INFO] [stderr] 1153 | / bitflags! { [INFO] [stderr] 1154 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1155 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1156 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1166 | | } [INFO] [stderr] 1167 | | } [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/git2-0.10.0/src/lib.rs:1192:1 [INFO] [stderr] | [INFO] [stderr] 1192 | / bitflags! { [INFO] [stderr] 1193 | | /// Formatting options for diff stats [INFO] [stderr] 1194 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1195 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1206 | | } [INFO] [stderr] 1207 | | } [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/git2-0.10.0/src/lib.rs:1260:1 [INFO] [stderr] | [INFO] [stderr] 1260 | / bitflags! { [INFO] [stderr] 1261 | | #[allow(missing_docs)] [INFO] [stderr] 1262 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1263 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1268 | | } [INFO] [stderr] 1269 | | } [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/git2-0.10.0/src/lib.rs:1282:1 [INFO] [stderr] | [INFO] [stderr] 1282 | / bitflags! { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] 1284 | | pub struct StashFlags: u32 { [INFO] [stderr] 1285 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1296 | | } [INFO] [stderr] 1297 | | } [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/git2-0.10.0/src/lib.rs:1312:1 [INFO] [stderr] | [INFO] [stderr] 1312 | / bitflags! { [INFO] [stderr] 1313 | | #[allow(missing_docs)] [INFO] [stderr] 1314 | | pub struct AttrCheckFlags: u32 { [INFO] [stderr] 1315 | | /// Check the working directory, then the index. [INFO] [stderr] ... | [INFO] [stderr] 1323 | | } [INFO] [stderr] 1324 | | } [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/git2-0.10.0/src/lib.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / bitflags! { [INFO] [stderr] 375 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 376 | | pub struct Sort: u32 { [INFO] [stderr] 377 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 398 | | } [INFO] [stderr] 399 | | } [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/git2-0.10.0/src/lib.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / bitflags! { [INFO] [stderr] 375 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 376 | | pub struct Sort: u32 { [INFO] [stderr] 377 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 398 | | } [INFO] [stderr] 399 | | } [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/git2-0.10.0/src/lib.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / bitflags! { [INFO] [stderr] 375 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 376 | | pub struct Sort: u32 { [INFO] [stderr] 377 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 398 | | } [INFO] [stderr] 399 | | } [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/git2-0.10.0/src/lib.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / bitflags! { [INFO] [stderr] 375 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 376 | | pub struct Sort: u32 { [INFO] [stderr] 377 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 398 | | } [INFO] [stderr] 399 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:408:1 [INFO] [stderr] | [INFO] [stderr] 408 | / bitflags! { [INFO] [stderr] 409 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 410 | | pub struct CredentialType: u32 { [INFO] [stderr] 411 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 425 | | } [INFO] [stderr] 426 | | } [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/git2-0.10.0/src/lib.rs:444:1 [INFO] [stderr] | [INFO] [stderr] 444 | / bitflags! { [INFO] [stderr] 445 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 446 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 447 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 451 | | } [INFO] [stderr] 452 | | } [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/git2-0.10.0/src/lib.rs:444:1 [INFO] [stderr] | [INFO] [stderr] 444 | / bitflags! { [INFO] [stderr] 445 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 446 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 447 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 451 | | } [INFO] [stderr] 452 | | } [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/git2-0.10.0/src/lib.rs:459:1 [INFO] [stderr] | [INFO] [stderr] 459 | / bitflags! { [INFO] [stderr] 460 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 461 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 462 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 469 | | } [INFO] [stderr] 470 | | } [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/git2-0.10.0/src/lib.rs:459:1 [INFO] [stderr] | [INFO] [stderr] 459 | / bitflags! { [INFO] [stderr] 460 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 461 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 462 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 469 | | } [INFO] [stderr] 470 | | } [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/git2-0.10.0/src/lib.rs:459:1 [INFO] [stderr] | [INFO] [stderr] 459 | / bitflags! { [INFO] [stderr] 460 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 461 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 462 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 469 | | } [INFO] [stderr] 470 | | } [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/git2-0.10.0/src/lib.rs:478:1 [INFO] [stderr] | [INFO] [stderr] 478 | / bitflags! { [INFO] [stderr] 479 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 480 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 481 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 490 | | } [INFO] [stderr] 491 | | } [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/git2-0.10.0/src/lib.rs:478:1 [INFO] [stderr] | [INFO] [stderr] 478 | / bitflags! { [INFO] [stderr] 479 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 480 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 481 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 490 | | } [INFO] [stderr] 491 | | } [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/git2-0.10.0/src/lib.rs:478:1 [INFO] [stderr] | [INFO] [stderr] 478 | / bitflags! { [INFO] [stderr] 479 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 480 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 481 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 490 | | } [INFO] [stderr] 491 | | } [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/git2-0.10.0/src/lib.rs:478:1 [INFO] [stderr] | [INFO] [stderr] 478 | / bitflags! { [INFO] [stderr] 479 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 480 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 481 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 490 | | } [INFO] [stderr] 491 | | } [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/git2-0.10.0/src/lib.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 509 | / bitflags! { [INFO] [stderr] 510 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 511 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 512 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 522 | | } [INFO] [stderr] 523 | | } [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/git2-0.10.0/src/lib.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 509 | / bitflags! { [INFO] [stderr] 510 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 511 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 512 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 522 | | } [INFO] [stderr] 523 | | } [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/git2-0.10.0/src/lib.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 509 | / bitflags! { [INFO] [stderr] 510 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 511 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 512 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 522 | | } [INFO] [stderr] 523 | | } [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/git2-0.10.0/src/lib.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 509 | / bitflags! { [INFO] [stderr] 510 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 511 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 512 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 522 | | } [INFO] [stderr] 523 | | } [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/git2-0.10.0/src/lib.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 509 | / bitflags! { [INFO] [stderr] 510 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 511 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 512 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 522 | | } [INFO] [stderr] 523 | | } [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/git2-0.10.0/src/lib.rs:533:1 [INFO] [stderr] | [INFO] [stderr] 533 | / bitflags! { [INFO] [stderr] 534 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 535 | | pub struct RevparseMode: u32 { [INFO] [stderr] 536 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 542 | | } [INFO] [stderr] 543 | | } [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/git2-0.10.0/src/lib.rs:533:1 [INFO] [stderr] | [INFO] [stderr] 533 | / bitflags! { [INFO] [stderr] 534 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 535 | | pub struct RevparseMode: u32 { [INFO] [stderr] 536 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 542 | | } [INFO] [stderr] 543 | | } [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/git2-0.10.0/src/lib.rs:533:1 [INFO] [stderr] | [INFO] [stderr] 533 | / bitflags! { [INFO] [stderr] 534 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 535 | | pub struct RevparseMode: u32 { [INFO] [stderr] 536 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 542 | | } [INFO] [stderr] 543 | | } [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/git2-0.10.0/src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / bitflags! { [INFO] [stderr] 552 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 553 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 554 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 570 | | } [INFO] [stderr] 571 | | } [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/git2-0.10.0/src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / bitflags! { [INFO] [stderr] 552 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 553 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 554 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 570 | | } [INFO] [stderr] 571 | | } [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/git2-0.10.0/src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / bitflags! { [INFO] [stderr] 552 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 553 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 554 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 570 | | } [INFO] [stderr] 571 | | } [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/git2-0.10.0/src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / bitflags! { [INFO] [stderr] 552 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 553 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 554 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 570 | | } [INFO] [stderr] 571 | | } [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/git2-0.10.0/src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / bitflags! { [INFO] [stderr] 552 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 553 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 554 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 570 | | } [INFO] [stderr] 571 | | } [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/git2-0.10.0/src/lib.rs:581:1 [INFO] [stderr] | [INFO] [stderr] 581 | / bitflags! { [INFO] [stderr] 582 | | /// The user's stated preference for merges. [INFO] [stderr] 583 | | pub struct MergePreference: u32 { [INFO] [stderr] 584 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 593 | | } [INFO] [stderr] 594 | | } [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/git2-0.10.0/src/lib.rs:581:1 [INFO] [stderr] | [INFO] [stderr] 581 | / bitflags! { [INFO] [stderr] 582 | | /// The user's stated preference for merges. [INFO] [stderr] 583 | | pub struct MergePreference: u32 { [INFO] [stderr] 584 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 593 | | } [INFO] [stderr] 594 | | } [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/git2-0.10.0/src/lib.rs:581:1 [INFO] [stderr] | [INFO] [stderr] 581 | / bitflags! { [INFO] [stderr] 582 | | /// The user's stated preference for merges. [INFO] [stderr] 583 | | pub struct MergePreference: u32 { [INFO] [stderr] 584 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 593 | | } [INFO] [stderr] 594 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:896:1 [INFO] [stderr] | [INFO] [stderr] 896 | / bitflags! { [INFO] [stderr] 897 | | /// Status flags for a single file [INFO] [stderr] 898 | | /// [INFO] [stderr] 899 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 935 | | } [INFO] [stderr] 936 | | } [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/git2-0.10.0/src/lib.rs:953:1 [INFO] [stderr] | [INFO] [stderr] 953 | / bitflags! { [INFO] [stderr] 954 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 955 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 956 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | } [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/git2-0.10.0/src/lib.rs:953:1 [INFO] [stderr] | [INFO] [stderr] 953 | / bitflags! { [INFO] [stderr] 954 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 955 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 956 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | } [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/git2-0.10.0/src/lib.rs:953:1 [INFO] [stderr] | [INFO] [stderr] 953 | / bitflags! { [INFO] [stderr] 954 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 955 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 956 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:999:1 [INFO] [stderr] | [INFO] [stderr] 999 | / bitflags! { [INFO] [stderr] 1000 | | /// Return codes for submodule status. [INFO] [stderr] 1001 | | /// [INFO] [stderr] 1002 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1071 | | } [INFO] [stderr] 1072 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1108:1 [INFO] [stderr] | [INFO] [stderr] 1108 | / bitflags! { [INFO] [stderr] 1109 | | /// ... [INFO] [stderr] 1110 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1111 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1134 | | } [INFO] [stderr] 1135 | | } [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/git2-0.10.0/src/lib.rs:1153:1 [INFO] [stderr] | [INFO] [stderr] 1153 | / bitflags! { [INFO] [stderr] 1154 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1155 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1156 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1166 | | } [INFO] [stderr] 1167 | | } [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/git2-0.10.0/src/lib.rs:1153:1 [INFO] [stderr] | [INFO] [stderr] 1153 | / bitflags! { [INFO] [stderr] 1154 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1155 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1156 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1166 | | } [INFO] [stderr] 1167 | | } [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/git2-0.10.0/src/lib.rs:1153:1 [INFO] [stderr] | [INFO] [stderr] 1153 | / bitflags! { [INFO] [stderr] 1154 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1155 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1156 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1166 | | } [INFO] [stderr] 1167 | | } [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/git2-0.10.0/src/lib.rs:1153:1 [INFO] [stderr] | [INFO] [stderr] 1153 | / bitflags! { [INFO] [stderr] 1154 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1155 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1156 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1166 | | } [INFO] [stderr] 1167 | | } [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/git2-0.10.0/src/lib.rs:1153:1 [INFO] [stderr] | [INFO] [stderr] 1153 | / bitflags! { [INFO] [stderr] 1154 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1155 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1156 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1166 | | } [INFO] [stderr] 1167 | | } [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/git2-0.10.0/src/lib.rs:1192:1 [INFO] [stderr] | [INFO] [stderr] 1192 | / bitflags! { [INFO] [stderr] 1193 | | /// Formatting options for diff stats [INFO] [stderr] 1194 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1195 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1206 | | } [INFO] [stderr] 1207 | | } [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/git2-0.10.0/src/lib.rs:1192:1 [INFO] [stderr] | [INFO] [stderr] 1192 | / bitflags! { [INFO] [stderr] 1193 | | /// Formatting options for diff stats [INFO] [stderr] 1194 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1195 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1206 | | } [INFO] [stderr] 1207 | | } [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/git2-0.10.0/src/lib.rs:1192:1 [INFO] [stderr] | [INFO] [stderr] 1192 | / bitflags! { [INFO] [stderr] 1193 | | /// Formatting options for diff stats [INFO] [stderr] 1194 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1195 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1206 | | } [INFO] [stderr] 1207 | | } [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/git2-0.10.0/src/lib.rs:1192:1 [INFO] [stderr] | [INFO] [stderr] 1192 | / bitflags! { [INFO] [stderr] 1193 | | /// Formatting options for diff stats [INFO] [stderr] 1194 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1195 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1206 | | } [INFO] [stderr] 1207 | | } [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/git2-0.10.0/src/lib.rs:1192:1 [INFO] [stderr] | [INFO] [stderr] 1192 | / bitflags! { [INFO] [stderr] 1193 | | /// Formatting options for diff stats [INFO] [stderr] 1194 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1195 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1206 | | } [INFO] [stderr] 1207 | | } [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/git2-0.10.0/src/lib.rs:1260:1 [INFO] [stderr] | [INFO] [stderr] 1260 | / bitflags! { [INFO] [stderr] 1261 | | #[allow(missing_docs)] [INFO] [stderr] 1262 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1263 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1268 | | } [INFO] [stderr] 1269 | | } [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/git2-0.10.0/src/lib.rs:1260:1 [INFO] [stderr] | [INFO] [stderr] 1260 | / bitflags! { [INFO] [stderr] 1261 | | #[allow(missing_docs)] [INFO] [stderr] 1262 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1263 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1268 | | } [INFO] [stderr] 1269 | | } [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/git2-0.10.0/src/lib.rs:1282:1 [INFO] [stderr] | [INFO] [stderr] 1282 | / bitflags! { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] 1284 | | pub struct StashFlags: u32 { [INFO] [stderr] 1285 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1296 | | } [INFO] [stderr] 1297 | | } [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/git2-0.10.0/src/lib.rs:1282:1 [INFO] [stderr] | [INFO] [stderr] 1282 | / bitflags! { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] 1284 | | pub struct StashFlags: u32 { [INFO] [stderr] 1285 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1296 | | } [INFO] [stderr] 1297 | | } [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/git2-0.10.0/src/lib.rs:1282:1 [INFO] [stderr] | [INFO] [stderr] 1282 | / bitflags! { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] 1284 | | pub struct StashFlags: u32 { [INFO] [stderr] 1285 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1296 | | } [INFO] [stderr] 1297 | | } [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/git2-0.10.0/src/lib.rs:1282:1 [INFO] [stderr] | [INFO] [stderr] 1282 | / bitflags! { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] 1284 | | pub struct StashFlags: u32 { [INFO] [stderr] 1285 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1296 | | } [INFO] [stderr] 1297 | | } [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/git2-0.10.0/src/lib.rs:1312:1 [INFO] [stderr] | [INFO] [stderr] 1312 | / bitflags! { [INFO] [stderr] 1313 | | #[allow(missing_docs)] [INFO] [stderr] 1314 | | pub struct AttrCheckFlags: u32 { [INFO] [stderr] 1315 | | /// Check the working directory, then the index. [INFO] [stderr] ... | [INFO] [stderr] 1323 | | } [INFO] [stderr] 1324 | | } [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/git2-0.10.0/src/lib.rs:1312:1 [INFO] [stderr] | [INFO] [stderr] 1312 | / bitflags! { [INFO] [stderr] 1313 | | #[allow(missing_docs)] [INFO] [stderr] 1314 | | pub struct AttrCheckFlags: u32 { [INFO] [stderr] 1315 | | /// Check the working directory, then the index. [INFO] [stderr] ... | [INFO] [stderr] 1323 | | } [INFO] [stderr] 1324 | | } [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/git2-0.10.0/src/lib.rs:1312:1 [INFO] [stderr] | [INFO] [stderr] 1312 | / bitflags! { [INFO] [stderr] 1313 | | #[allow(missing_docs)] [INFO] [stderr] 1314 | | pub struct AttrCheckFlags: u32 { [INFO] [stderr] 1315 | | /// Check the working directory, then the index. [INFO] [stderr] ... | [INFO] [stderr] 1323 | | } [INFO] [stderr] 1324 | | } [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/git2-0.10.0/src/lib.rs:1312:1 [INFO] [stderr] | [INFO] [stderr] 1312 | / bitflags! { [INFO] [stderr] 1313 | | #[allow(missing_docs)] [INFO] [stderr] 1314 | | pub struct AttrCheckFlags: u32 { [INFO] [stderr] 1315 | | /// Check the working directory, then the index. [INFO] [stderr] ... | [INFO] [stderr] 1323 | | } [INFO] [stderr] 1324 | | } [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: aborting due to 111 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `git2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "37ba94da2949f507964bc734a03b77a77b862b20c824d53a16ebbddaed5c31b0"` [INFO] running `"docker" "rm" "-f" "37ba94da2949f507964bc734a03b77a77b862b20c824d53a16ebbddaed5c31b0"` [INFO] [stdout] 37ba94da2949f507964bc734a03b77a77b862b20c824d53a16ebbddaed5c31b0