{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":212936374,"defaultBranch":"master","name":"anyhow","ownerLogin":"dtolnay","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-10-05T03:04:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1940490?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715019236.0","currentOid":""},"activityList":{"items":[{"before":"17bbd1e2adb003fa0cba5be66e1f1c3874d15a5e","after":"96f039226221ce615fabda347efaecd66bd441aa","ref":"refs/heads/master","pushedAt":"2024-05-06T18:13:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Release 1.0.83","shortMessageHtmlLink":"Release 1.0.83"}},{"before":"3ab3c3bca258c4e86ddedf1c33bd8f06f6e2db27","after":null,"ref":"refs/heads/checkcfg","pushedAt":"2024-05-06T18:13:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"8e62244b25b99cca2c00ece065a719438ca55e87","after":"17bbd1e2adb003fa0cba5be66e1f1c3874d15a5e","ref":"refs/heads/master","pushedAt":"2024-05-06T18:12:58.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #363 from dtolnay/checkcfg\n\nResolve unexpected_cfgs warning","shortMessageHtmlLink":"Merge pull request #363 from dtolnay/checkcfg"}},{"before":null,"after":"3ab3c3bca258c4e86ddedf1c33bd8f06f6e2db27","ref":"refs/heads/checkcfg","pushedAt":"2024-05-06T18:06:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Resolve unexpected_cfgs warning\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/lib.rs:210:13\n |\n 210 | #![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n = note: `#[warn(unexpected_cfgs)]` on by default\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/lib.rs:211:13\n |\n 211 | #![cfg_attr(doc_cfg, feature(doc_cfg))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint`\n --> src/lib.rs:215:9\n |\n 215 | not(anyhow_no_unsafe_op_in_unsafe_fn_lint),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_unsafe_op_in_unsafe_fn_lint`\n --> src/lib.rs:218:13\n |\n 218 | #![cfg_attr(anyhow_no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_nightly_testing`\n --> src/lib.rs:242:5\n |\n 242 | anyhow_nightly_testing,\n | ^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_nightly_testing)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/lib.rs:244:9\n |\n 244 | not(error_generic_member_access)\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/lib.rs:411:12\n |\n 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:1:7\n |\n 1 | #[cfg(std_backtrace)]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:4:15\n |\n 4 | #[cfg(all(not(std_backtrace), feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:7:15\n |\n 7 | #[cfg(not(any(std_backtrace, feature = \"backtrace\")))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:10:7\n |\n 10 | #[cfg(std_backtrace)]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:17:15\n |\n 17 | #[cfg(all(not(std_backtrace), feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:24:11\n |\n 24 | #[cfg(any(std_backtrace, feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:31:15\n |\n 31 | #[cfg(not(any(std_backtrace, feature = \"backtrace\")))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/backtrace.rs:38:7\n |\n 38 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/backtrace.rs:50:9\n |\n 50 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:51:9\n |\n 51 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:59:32\n |\n 59 | #[cfg(all(feature = \"std\", not(std_backtrace), not(feature = \"backtrace\")))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/backtrace.rs:66:15\n |\n 66 | #[cfg(all(not(std_backtrace), feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/context.rs:6:7\n |\n 6 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/context.rs:146:11\n |\n 146 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/context.rs:160:11\n |\n 160 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:3:28\n |\n 3 | #[cfg(any(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:11:11\n |\n 11 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:14:7\n |\n 14 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/error.rs:558:12\n |\n 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/error.rs:571:12\n |\n 571 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/error.rs:581:12\n |\n 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:664:28\n |\n 664 | #[cfg(all(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:711:7\n |\n 711 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:728:9\n |\n 728 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:729:9\n |\n 729 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:757:28\n |\n 757 | #[cfg(all(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:811:7\n |\n 811 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:852:9\n |\n 852 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:853:9\n |\n 853 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/error.rs:29:16\n |\n 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:376:15\n |\n 376 | #[cfg(any(std_backtrace, feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/error.rs:403:16\n |\n 403 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `doc_cfg`\n --> src/error.rs:415:16\n |\n 415 | #[cfg_attr(doc_cfg, doc(cfg(feature = \"std\")))]\n | ^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(doc_cfg)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:540:11\n |\n 540 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:550:11\n |\n 550 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:95:19\n |\n 95 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:99:19\n |\n 99 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:103:21\n |\n 103 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:104:21\n |\n 104 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:123:40\n |\n 123 | #[cfg(all(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:127:19\n |\n 127 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:131:21\n |\n 131 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:132:21\n |\n 132 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:152:40\n |\n 152 | #[cfg(all(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:156:19\n |\n 156 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:160:21\n |\n 160 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:161:21\n |\n 161 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:183:19\n |\n 183 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:187:19\n |\n 187 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:191:21\n |\n 191 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:192:21\n |\n 192 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:212:19\n |\n 212 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:216:19\n |\n 216 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:220:21\n |\n 220 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:221:21\n |\n 221 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:328:40\n |\n 328 | #[cfg(all(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:332:19\n |\n 332 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:336:21\n |\n 336 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:337:21\n |\n 337 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:445:23\n |\n 445 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:450:19\n |\n 450 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:529:23\n |\n 529 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:533:19\n |\n 533 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:612:32\n |\n 612 | #[cfg(all(feature = \"std\", anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:616:11\n |\n 616 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:620:13\n |\n 620 | not(error_generic_member_access),\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:621:13\n |\n 621 | any(std_backtrace, feature = \"backtrace\")\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:653:15\n |\n 653 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:658:11\n |\n 658 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:695:19\n |\n 695 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:703:15\n |\n 703 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/error.rs:925:15\n |\n 925 | #[cfg(any(std_backtrace, feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:942:11\n |\n 942 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:914:19\n |\n 914 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/error.rs:921:15\n |\n 921 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:934:23\n |\n 934 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:936:27\n |\n 936 | #[cfg(not(error_generic_member_access))]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/error.rs:964:11\n |\n 964 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `std_backtrace`\n --> src/fmt.rs:43:19\n |\n 43 | #[cfg(any(std_backtrace, feature = \"backtrace\"))]\n | ^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(std_backtrace)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/ptr.rs:94:15\n |\n 94 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/ptr.rs:109:15\n |\n 109 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/ptr.rs:117:15\n |\n 117 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/ptr.rs:151:11\n |\n 151 | #[cfg(anyhow_no_ptr_addr_of)]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`\n --> src/ptr.rs:166:15\n |\n 166 | #[cfg(not(anyhow_no_ptr_addr_of))]\n | ^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/wrapper.rs:7:7\n |\n 7 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `error_generic_member_access`\n --> src/wrapper.rs:80:11\n |\n 80 | #[cfg(error_generic_member_access)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(error_generic_member_access)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str`\n --> src/lib.rs:681:15\n |\n 681 | #[cfg(anyhow_no_fmt_arguments_as_str)]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration\n\n warning: unexpected `cfg` condition name: `anyhow_no_fmt_arguments_as_str`\n --> src/lib.rs:683:19\n |\n 683 | #[cfg(not(anyhow_no_fmt_arguments_as_str))]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = help: consider using a Cargo feature instead or adding `println!(\"cargo::rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)\");` to the top of the `build.rs`\n = note: see for more information about checking conditional configuration","shortMessageHtmlLink":"Resolve unexpected_cfgs warning"}},{"before":"e77374f1edff6f133e912400bbafa09dc7c64db4","after":"8e62244b25b99cca2c00ece065a719438ca55e87","ref":"refs/heads/master","pushedAt":"2024-04-21T03:52:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Discard CI coverage of backtrace feature on toolchains older than 1.63\n\nThe backtrace crate's `cc` dependency now requires 1.63+.","shortMessageHtmlLink":"Discard CI coverage of backtrace feature on toolchains older than 1.63"}},{"before":"cb47d7c31a3f28eaa08fe936d0bd58b7a7ab738a","after":"e77374f1edff6f133e912400bbafa09dc7c64db4","ref":"refs/heads/master","pushedAt":"2024-04-10T04:15:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Mirror PR 343 changes from readme to rustdoc","shortMessageHtmlLink":"Mirror PR 343 changes from readme to rustdoc"}},{"before":"6b5bdb17b6df2816ddf7d525dd583f6c968e7f7f","after":"cb47d7c31a3f28eaa08fe936d0bd58b7a7ab738a","ref":"refs/heads/master","pushedAt":"2024-04-10T04:15:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Reword no-std documentation change from PR 343","shortMessageHtmlLink":"Reword no-std documentation change from PR 343"}},{"before":"f01080beafaccb1f293db41f7ae8e5688723afe8","after":"6b5bdb17b6df2816ddf7d525dd583f6c968e7f7f","ref":"refs/heads/master","pushedAt":"2024-04-10T04:15:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Wrap PR 343 to 80 columns","shortMessageHtmlLink":"Wrap PR 343 to 80 columns"}},{"before":"074bdea1c7b419e4f1267ebb9eac4d6068870122","after":"f01080beafaccb1f293db41f7ae8e5688723afe8","ref":"refs/heads/master","pushedAt":"2024-04-10T04:11:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #343 from Arthur-Milchior/readme1\n\nUpdate README.md with a link and a typo correction","shortMessageHtmlLink":"Merge pull request #343 from Arthur-Milchior/readme1"}},{"before":"47a4fbfa365050b293d9e3898aadb42a47a571e6","after":"074bdea1c7b419e4f1267ebb9eac4d6068870122","ref":"refs/heads/master","pushedAt":"2024-04-10T03:51:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Release 1.0.82","shortMessageHtmlLink":"Release 1.0.82"}},{"before":"c5af1db020696716ab0de65b663d2370ac4de4d4","after":null,"ref":"refs/heads/docensure","pushedAt":"2024-04-10T02:25:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"bebc7a2fe4ced785da951332fc3b259a5a52d24f","after":"47a4fbfa365050b293d9e3898aadb42a47a571e6","ref":"refs/heads/master","pushedAt":"2024-04-10T02:25:01.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #360 from dtolnay/docensure\n\nMake ensure's doc comment apply to the cfg(not(doc)) macro too","shortMessageHtmlLink":"Merge pull request #360 from dtolnay/docensure"}},{"before":null,"after":"c5af1db020696716ab0de65b663d2370ac4de4d4","ref":"refs/heads/docensure","pushedAt":"2024-04-10T02:22:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Make ensure's doc comment apply to the cfg(not(doc)) macro too","shortMessageHtmlLink":"Make ensure's doc comment apply to the cfg(not(doc)) macro too"}},{"before":"f2c4db9b47e37fdeef8dc0e1560b3d15f1208fbe","after":"bebc7a2fe4ced785da951332fc3b259a5a52d24f","ref":"refs/heads/master","pushedAt":"2024-04-08T18:49:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Revert \"Temporarily disable miri on doctests\"\n\nThis reverts commit 9f84a37551de7e7d67dc27a6e1c8518aa21f1d93.","shortMessageHtmlLink":"Revert \"Temporarily disable miri on doctests\""}},{"before":"028cbeedf5e94970c088eb14e325744086a7b768","after":"f2c4db9b47e37fdeef8dc0e1560b3d15f1208fbe","ref":"refs/heads/master","pushedAt":"2024-03-31T02:39:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Update ui test suite to nightly-2024-03-31","shortMessageHtmlLink":"Update ui test suite to nightly-2024-03-31"}},{"before":"7a4cac5192686ca47c40ba9a8dd81f201686375e","after":"028cbeedf5e94970c088eb14e325744086a7b768","ref":"refs/heads/master","pushedAt":"2024-03-26T05:21:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Explicitly install a Rust toolchain for cargo-outdated job\n\nDebugging a recent cargo-outdated bug, it would have been nice not to\nwonder whether a rustc version change in GitHub's runner image was a\ncontributing factor.","shortMessageHtmlLink":"Explicitly install a Rust toolchain for cargo-outdated job"}},{"before":"939db012c2294403db6a1be21b15c0f2750b8b15","after":null,"ref":"refs/heads/workspacewrapper","pushedAt":"2024-03-26T05:12:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"9f84a37551de7e7d67dc27a6e1c8518aa21f1d93","after":"7a4cac5192686ca47c40ba9a8dd81f201686375e","ref":"refs/heads/master","pushedAt":"2024-03-26T05:12:27.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #358 from dtolnay/workspacewrapper\n\nApply RUSTC_WORKSPACE_WRAPPER","shortMessageHtmlLink":"Merge pull request #358 from dtolnay/workspacewrapper"}},{"before":null,"after":"939db012c2294403db6a1be21b15c0f2750b8b15","ref":"refs/heads/workspacewrapper","pushedAt":"2024-03-26T05:10:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Apply RUSTC_WORKSPACE_WRAPPER","shortMessageHtmlLink":"Apply RUSTC_WORKSPACE_WRAPPER"}},{"before":"45e5a589e9548d1045ce7518e78f890a83c33580","after":"9f84a37551de7e7d67dc27a6e1c8518aa21f1d93","ref":"refs/heads/master","pushedAt":"2024-03-25T02:57:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Temporarily disable miri on doctests","shortMessageHtmlLink":"Temporarily disable miri on doctests"}},{"before":"b3ceb70ea0d758daf748745450b79904c5977d06","after":"45e5a589e9548d1045ce7518e78f890a83c33580","ref":"refs/heads/master","pushedAt":"2024-03-24T02:54:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Ignore dead code lint in test\n\n warning: fields `x` and `y` are never read\n --> tests/test_ensure.rs:467:13\n |\n 466 | pub struct Point {\n | ----- fields in this struct\n 467 | pub x: i32,\n | ^\n 468 | pub y: i32,\n | ^\n |\n = note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis\n = note: `#[warn(dead_code)]` on by default","shortMessageHtmlLink":"Ignore dead code lint in test"}},{"before":"7676a69963cde825cfb2fbbc15091b88f2ec67a6","after":null,"ref":"refs/heads/transparent","pushedAt":"2024-03-22T22:07:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"e18826bb7c309e38a2467cdbfac5aac0c5f047ac","after":"b3ceb70ea0d758daf748745450b79904c5977d06","ref":"refs/heads/master","pushedAt":"2024-03-22T22:06:32.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #357 from dtolnay/transparent\n\nRemove conditional on repr(transparent)","shortMessageHtmlLink":"Merge pull request #357 from dtolnay/transparent"}},{"before":null,"after":"7676a69963cde825cfb2fbbc15091b88f2ec67a6","ref":"refs/heads/transparent","pushedAt":"2024-03-22T22:04:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Remove conditional on repr(transparent)","shortMessageHtmlLink":"Remove conditional on repr(transparent)"}},{"before":"d7dbd53e449bb92b14815768fe6c5998cec50998","after":"e18826bb7c309e38a2467cdbfac5aac0c5f047ac","ref":"refs/heads/master","pushedAt":"2024-03-17T03:12:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Avoid 1.60 through 1.64 in CI\n\nThese don't build unless you use a specially crafted lockfile.\n\n error: package `memchr v2.7.1` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0\n error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.61.0\n error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.62.1\n error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0\n error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0","shortMessageHtmlLink":"Avoid 1.60 through 1.64 in CI"}},{"before":"fe5fb2f5a80680f3550242ecdf7e0798be91eb39","after":"d7dbd53e449bb92b14815768fe6c5998cec50998","ref":"refs/heads/master","pushedAt":"2024-03-17T03:00:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Add CI for backtrace feature on old toolchain","shortMessageHtmlLink":"Add CI for backtrace feature on old toolchain"}},{"before":"2b7d969b19800175a3a91d55a5ae01215094ed4b","after":"fe5fb2f5a80680f3550242ecdf7e0798be91eb39","ref":"refs/heads/master","pushedAt":"2024-03-17T03:00:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Fix alloc imports for old backtrace implementation","shortMessageHtmlLink":"Fix alloc imports for old backtrace implementation"}},{"before":"8ad81c2e11ab07a11b4de1b5effedbc991f7ad31","after":"2b7d969b19800175a3a91d55a5ae01215094ed4b","ref":"refs/heads/master","pushedAt":"2024-03-17T02:54:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Retire 1.42.0 build from CI\n\nThis formerly used to be the oldest version supported by the backtrace\ncrate, but is no longer significant.","shortMessageHtmlLink":"Retire 1.42.0 build from CI"}},{"before":"4aad4edebd9f09247d6c6b6784419a74bb116829","after":"8ad81c2e11ab07a11b4de1b5effedbc991f7ad31","ref":"refs/heads/master","pushedAt":"2024-03-17T02:49:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Raise minimum tested compiler to 1.70\n\nRequired by the `toml` crate.","shortMessageHtmlLink":"Raise minimum tested compiler to 1.70"}},{"before":"8be90917c603199c5d1fdd73984237f023768e22","after":"4aad4edebd9f09247d6c6b6784419a74bb116829","ref":"refs/heads/master","pushedAt":"2024-03-12T02:45:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Release 1.0.81","shortMessageHtmlLink":"Release 1.0.81"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQs9w2QA","startCursor":null,"endCursor":null}},"title":"Activity ยท dtolnay/anyhow"}