[INFO] updating cached repository https://github.com/KoffeinFlummi/prompt.rs [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] 82936a56503c8b84a779f22987c5ad912e3ad5c5 [INFO] checking KoffeinFlummi/prompt.rs against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoffeinFlummi%2Fprompt.rs" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KoffeinFlummi/prompt.rs 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/KoffeinFlummi/prompt.rs [INFO] finished tweaking git repo https://github.com/KoffeinFlummi/prompt.rs [INFO] tweaked toml for git repo https://github.com/KoffeinFlummi/prompt.rs written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/KoffeinFlummi/prompt.rs 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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] [stdout] 7152d2b692f1937c3ddb61efbf69fd26545fe615babbe317e0acddaa96dfae6f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7152d2b692f1937c3ddb61efbf69fd26545fe615babbe317e0acddaa96dfae6f"` [INFO] [stderr] Compiling curl-sys v0.4.18 [INFO] [stderr] Checking colored v1.7.0 [INFO] [stderr] Checking libz-sys v1.0.25 [INFO] [stderr] Checking openssl-sys v0.9.47 [INFO] [stderr] Checking psutil v1.5.0 [INFO] [stderr] Checking gethostname v0.2.0 [INFO] [stderr] Checking terminal_size v0.1.8 [INFO] [stderr] Checking users v0.9.1 [INFO] [stderr] Checking libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking git2 v0.7.5 [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.7.5/src/lib.rs:371:1 [INFO] [stderr] | [INFO] [stderr] 371 | / bitflags! { [INFO] [stderr] 372 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 373 | | pub struct Sort: u32 { [INFO] [stderr] 374 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:441:1 [INFO] [stderr] | [INFO] [stderr] 441 | / bitflags! { [INFO] [stderr] 442 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 443 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 444 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 448 | | } [INFO] [stderr] 449 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:507:1 [INFO] [stderr] | [INFO] [stderr] 507 | / bitflags! { [INFO] [stderr] 508 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 509 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 510 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 519 | | } [INFO] [stderr] 520 | | } [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.7.5/src/lib.rs:535:1 [INFO] [stderr] | [INFO] [stderr] 535 | / bitflags! { [INFO] [stderr] 536 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 537 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 538 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 548 | | } [INFO] [stderr] 549 | | } [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.7.5/src/lib.rs:559:1 [INFO] [stderr] | [INFO] [stderr] 559 | / bitflags! { [INFO] [stderr] 560 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 561 | | pub struct RevparseMode: u32 { [INFO] [stderr] 562 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 568 | | } [INFO] [stderr] 569 | | } [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.7.5/src/lib.rs:577:1 [INFO] [stderr] | [INFO] [stderr] 577 | / bitflags! { [INFO] [stderr] 578 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 579 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 580 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 596 | | } [INFO] [stderr] 597 | | } [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.7.5/src/lib.rs:607:1 [INFO] [stderr] | [INFO] [stderr] 607 | / bitflags! { [INFO] [stderr] 608 | | /// The user's stated preference for merges. [INFO] [stderr] 609 | | pub struct MergePreference: u32 { [INFO] [stderr] 610 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 619 | | } [INFO] [stderr] 620 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:967:1 [INFO] [stderr] | [INFO] [stderr] 967 | / bitflags! { [INFO] [stderr] 968 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 969 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 970 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 977 | | } [INFO] [stderr] 978 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / bitflags! { [INFO] [stderr] 1168 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1169 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1170 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1180 | | } [INFO] [stderr] 1181 | | } [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.7.5/src/lib.rs:1206:1 [INFO] [stderr] | [INFO] [stderr] 1206 | / bitflags! { [INFO] [stderr] 1207 | | /// Formatting options for diff stats [INFO] [stderr] 1208 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1209 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1220 | | } [INFO] [stderr] 1221 | | } [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.7.5/src/lib.rs:1274:1 [INFO] [stderr] | [INFO] [stderr] 1274 | / bitflags! { [INFO] [stderr] 1275 | | #[allow(missing_docs)] [INFO] [stderr] 1276 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1277 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | } [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.7.5/src/lib.rs:1296:1 [INFO] [stderr] | [INFO] [stderr] 1296 | / bitflags! { [INFO] [stderr] 1297 | | #[allow(missing_docs)] [INFO] [stderr] 1298 | | pub struct StashFlags: u32 { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1310 | | } [INFO] [stderr] 1311 | | } [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.7.5/src/lib.rs:371:1 [INFO] [stderr] | [INFO] [stderr] 371 | / bitflags! { [INFO] [stderr] 372 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 373 | | pub struct Sort: u32 { [INFO] [stderr] 374 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [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.7.5/src/lib.rs:371:1 [INFO] [stderr] | [INFO] [stderr] 371 | / bitflags! { [INFO] [stderr] 372 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 373 | | pub struct Sort: u32 { [INFO] [stderr] 374 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [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.7.5/src/lib.rs:371:1 [INFO] [stderr] | [INFO] [stderr] 371 | / bitflags! { [INFO] [stderr] 372 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 373 | | pub struct Sort: u32 { [INFO] [stderr] 374 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [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.7.5/src/lib.rs:371:1 [INFO] [stderr] | [INFO] [stderr] 371 | / bitflags! { [INFO] [stderr] 372 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 373 | | pub struct Sort: u32 { [INFO] [stderr] 374 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 395 | | } [INFO] [stderr] 396 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:405:1 [INFO] [stderr] | [INFO] [stderr] 405 | / bitflags! { [INFO] [stderr] 406 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 407 | | pub struct CredentialType: u32 { [INFO] [stderr] 408 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [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.7.5/src/lib.rs:441:1 [INFO] [stderr] | [INFO] [stderr] 441 | / bitflags! { [INFO] [stderr] 442 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 443 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 444 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 448 | | } [INFO] [stderr] 449 | | } [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.7.5/src/lib.rs:441:1 [INFO] [stderr] | [INFO] [stderr] 441 | / bitflags! { [INFO] [stderr] 442 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 443 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 444 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 448 | | } [INFO] [stderr] 449 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:456:1 [INFO] [stderr] | [INFO] [stderr] 456 | / bitflags! { [INFO] [stderr] 457 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 458 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 459 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 488 | | } [INFO] [stderr] 489 | | } [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.7.5/src/lib.rs:507:1 [INFO] [stderr] | [INFO] [stderr] 507 | / bitflags! { [INFO] [stderr] 508 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 509 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 510 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 519 | | } [INFO] [stderr] 520 | | } [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.7.5/src/lib.rs:507:1 [INFO] [stderr] | [INFO] [stderr] 507 | / bitflags! { [INFO] [stderr] 508 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 509 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 510 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 519 | | } [INFO] [stderr] 520 | | } [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.7.5/src/lib.rs:507:1 [INFO] [stderr] | [INFO] [stderr] 507 | / bitflags! { [INFO] [stderr] 508 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 509 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 510 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 519 | | } [INFO] [stderr] 520 | | } [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.7.5/src/lib.rs:507:1 [INFO] [stderr] | [INFO] [stderr] 507 | / bitflags! { [INFO] [stderr] 508 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 509 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 510 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 519 | | } [INFO] [stderr] 520 | | } [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.7.5/src/lib.rs:535:1 [INFO] [stderr] | [INFO] [stderr] 535 | / bitflags! { [INFO] [stderr] 536 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 537 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 538 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 548 | | } [INFO] [stderr] 549 | | } [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.7.5/src/lib.rs:535:1 [INFO] [stderr] | [INFO] [stderr] 535 | / bitflags! { [INFO] [stderr] 536 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 537 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 538 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 548 | | } [INFO] [stderr] 549 | | } [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.7.5/src/lib.rs:535:1 [INFO] [stderr] | [INFO] [stderr] 535 | / bitflags! { [INFO] [stderr] 536 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 537 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 538 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 548 | | } [INFO] [stderr] 549 | | } [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.7.5/src/lib.rs:535:1 [INFO] [stderr] | [INFO] [stderr] 535 | / bitflags! { [INFO] [stderr] 536 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 537 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 538 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 548 | | } [INFO] [stderr] 549 | | } [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.7.5/src/lib.rs:535:1 [INFO] [stderr] | [INFO] [stderr] 535 | / bitflags! { [INFO] [stderr] 536 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 537 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 538 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 548 | | } [INFO] [stderr] 549 | | } [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.7.5/src/lib.rs:559:1 [INFO] [stderr] | [INFO] [stderr] 559 | / bitflags! { [INFO] [stderr] 560 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 561 | | pub struct RevparseMode: u32 { [INFO] [stderr] 562 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 568 | | } [INFO] [stderr] 569 | | } [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.7.5/src/lib.rs:559:1 [INFO] [stderr] | [INFO] [stderr] 559 | / bitflags! { [INFO] [stderr] 560 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 561 | | pub struct RevparseMode: u32 { [INFO] [stderr] 562 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 568 | | } [INFO] [stderr] 569 | | } [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.7.5/src/lib.rs:559:1 [INFO] [stderr] | [INFO] [stderr] 559 | / bitflags! { [INFO] [stderr] 560 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 561 | | pub struct RevparseMode: u32 { [INFO] [stderr] 562 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 568 | | } [INFO] [stderr] 569 | | } [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.7.5/src/lib.rs:577:1 [INFO] [stderr] | [INFO] [stderr] 577 | / bitflags! { [INFO] [stderr] 578 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 579 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 580 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 596 | | } [INFO] [stderr] 597 | | } [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.7.5/src/lib.rs:577:1 [INFO] [stderr] | [INFO] [stderr] 577 | / bitflags! { [INFO] [stderr] 578 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 579 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 580 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 596 | | } [INFO] [stderr] 597 | | } [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.7.5/src/lib.rs:577:1 [INFO] [stderr] | [INFO] [stderr] 577 | / bitflags! { [INFO] [stderr] 578 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 579 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 580 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 596 | | } [INFO] [stderr] 597 | | } [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.7.5/src/lib.rs:577:1 [INFO] [stderr] | [INFO] [stderr] 577 | / bitflags! { [INFO] [stderr] 578 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 579 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 580 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 596 | | } [INFO] [stderr] 597 | | } [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.7.5/src/lib.rs:577:1 [INFO] [stderr] | [INFO] [stderr] 577 | / bitflags! { [INFO] [stderr] 578 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 579 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 580 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 596 | | } [INFO] [stderr] 597 | | } [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.7.5/src/lib.rs:607:1 [INFO] [stderr] | [INFO] [stderr] 607 | / bitflags! { [INFO] [stderr] 608 | | /// The user's stated preference for merges. [INFO] [stderr] 609 | | pub struct MergePreference: u32 { [INFO] [stderr] 610 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 619 | | } [INFO] [stderr] 620 | | } [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.7.5/src/lib.rs:607:1 [INFO] [stderr] | [INFO] [stderr] 607 | / bitflags! { [INFO] [stderr] 608 | | /// The user's stated preference for merges. [INFO] [stderr] 609 | | pub struct MergePreference: u32 { [INFO] [stderr] 610 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 619 | | } [INFO] [stderr] 620 | | } [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.7.5/src/lib.rs:607:1 [INFO] [stderr] | [INFO] [stderr] 607 | / bitflags! { [INFO] [stderr] 608 | | /// The user's stated preference for merges. [INFO] [stderr] 609 | | pub struct MergePreference: u32 { [INFO] [stderr] 610 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 619 | | } [INFO] [stderr] 620 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | / bitflags! { [INFO] [stderr] 911 | | /// Status flags for a single file [INFO] [stderr] 912 | | /// [INFO] [stderr] 913 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 949 | | } [INFO] [stderr] 950 | | } [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.7.5/src/lib.rs:967:1 [INFO] [stderr] | [INFO] [stderr] 967 | / bitflags! { [INFO] [stderr] 968 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 969 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 970 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 977 | | } [INFO] [stderr] 978 | | } [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.7.5/src/lib.rs:967:1 [INFO] [stderr] | [INFO] [stderr] 967 | / bitflags! { [INFO] [stderr] 968 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 969 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 970 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 977 | | } [INFO] [stderr] 978 | | } [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.7.5/src/lib.rs:967:1 [INFO] [stderr] | [INFO] [stderr] 967 | / bitflags! { [INFO] [stderr] 968 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 969 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 970 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 977 | | } [INFO] [stderr] 978 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1013:1 [INFO] [stderr] | [INFO] [stderr] 1013 | / bitflags! { [INFO] [stderr] 1014 | | /// Return codes for submodule status. [INFO] [stderr] 1015 | | /// [INFO] [stderr] 1016 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1085 | | } [INFO] [stderr] 1086 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1122:1 [INFO] [stderr] | [INFO] [stderr] 1122 | / bitflags! { [INFO] [stderr] 1123 | | /// ... [INFO] [stderr] 1124 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1125 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1148 | | } [INFO] [stderr] 1149 | | } [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.7.5/src/lib.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / bitflags! { [INFO] [stderr] 1168 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1169 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1170 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1180 | | } [INFO] [stderr] 1181 | | } [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.7.5/src/lib.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / bitflags! { [INFO] [stderr] 1168 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1169 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1170 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1180 | | } [INFO] [stderr] 1181 | | } [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.7.5/src/lib.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / bitflags! { [INFO] [stderr] 1168 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1169 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1170 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1180 | | } [INFO] [stderr] 1181 | | } [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.7.5/src/lib.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / bitflags! { [INFO] [stderr] 1168 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1169 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1170 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1180 | | } [INFO] [stderr] 1181 | | } [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.7.5/src/lib.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / bitflags! { [INFO] [stderr] 1168 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1169 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1170 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1180 | | } [INFO] [stderr] 1181 | | } [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.7.5/src/lib.rs:1206:1 [INFO] [stderr] | [INFO] [stderr] 1206 | / bitflags! { [INFO] [stderr] 1207 | | /// Formatting options for diff stats [INFO] [stderr] 1208 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1209 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1220 | | } [INFO] [stderr] 1221 | | } [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.7.5/src/lib.rs:1206:1 [INFO] [stderr] | [INFO] [stderr] 1206 | / bitflags! { [INFO] [stderr] 1207 | | /// Formatting options for diff stats [INFO] [stderr] 1208 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1209 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1220 | | } [INFO] [stderr] 1221 | | } [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.7.5/src/lib.rs:1206:1 [INFO] [stderr] | [INFO] [stderr] 1206 | / bitflags! { [INFO] [stderr] 1207 | | /// Formatting options for diff stats [INFO] [stderr] 1208 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1209 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1220 | | } [INFO] [stderr] 1221 | | } [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.7.5/src/lib.rs:1206:1 [INFO] [stderr] | [INFO] [stderr] 1206 | / bitflags! { [INFO] [stderr] 1207 | | /// Formatting options for diff stats [INFO] [stderr] 1208 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1209 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1220 | | } [INFO] [stderr] 1221 | | } [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.7.5/src/lib.rs:1206:1 [INFO] [stderr] | [INFO] [stderr] 1206 | / bitflags! { [INFO] [stderr] 1207 | | /// Formatting options for diff stats [INFO] [stderr] 1208 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1209 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1220 | | } [INFO] [stderr] 1221 | | } [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.7.5/src/lib.rs:1274:1 [INFO] [stderr] | [INFO] [stderr] 1274 | / bitflags! { [INFO] [stderr] 1275 | | #[allow(missing_docs)] [INFO] [stderr] 1276 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1277 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | } [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.7.5/src/lib.rs:1274:1 [INFO] [stderr] | [INFO] [stderr] 1274 | / bitflags! { [INFO] [stderr] 1275 | | #[allow(missing_docs)] [INFO] [stderr] 1276 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1277 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | } [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.7.5/src/lib.rs:1296:1 [INFO] [stderr] | [INFO] [stderr] 1296 | / bitflags! { [INFO] [stderr] 1297 | | #[allow(missing_docs)] [INFO] [stderr] 1298 | | pub struct StashFlags: u32 { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1310 | | } [INFO] [stderr] 1311 | | } [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.7.5/src/lib.rs:1296:1 [INFO] [stderr] | [INFO] [stderr] 1296 | / bitflags! { [INFO] [stderr] 1297 | | #[allow(missing_docs)] [INFO] [stderr] 1298 | | pub struct StashFlags: u32 { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1310 | | } [INFO] [stderr] 1311 | | } [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.7.5/src/lib.rs:1296:1 [INFO] [stderr] | [INFO] [stderr] 1296 | / bitflags! { [INFO] [stderr] 1297 | | #[allow(missing_docs)] [INFO] [stderr] 1298 | | pub struct StashFlags: u32 { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1310 | | } [INFO] [stderr] 1311 | | } [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.7.5/src/lib.rs:1296:1 [INFO] [stderr] | [INFO] [stderr] 1296 | / bitflags! { [INFO] [stderr] 1297 | | #[allow(missing_docs)] [INFO] [stderr] 1298 | | pub struct StashFlags: u32 { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1310 | | } [INFO] [stderr] 1311 | | } [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 116 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" "7152d2b692f1937c3ddb61efbf69fd26545fe615babbe317e0acddaa96dfae6f"` [INFO] running `"docker" "rm" "-f" "7152d2b692f1937c3ddb61efbf69fd26545fe615babbe317e0acddaa96dfae6f"` [INFO] [stdout] 7152d2b692f1937c3ddb61efbf69fd26545fe615babbe317e0acddaa96dfae6f