[INFO] crate gimli 0.16.1 is already in cache [INFO] extracting crate gimli 0.16.1 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/gimli/0.16.1 [INFO] extracting crate gimli 0.16.1 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/gimli/0.16.1 [INFO] validating manifest of gimli-0.16.1 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gimli-0.16.1 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gimli-0.16.1 [INFO] finished frobbing gimli-0.16.1 [INFO] frobbed toml for gimli-0.16.1 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/gimli/0.16.1/Cargo.toml [INFO] started frobbing gimli-0.16.1 [INFO] finished frobbing gimli-0.16.1 [INFO] frobbed toml for gimli-0.16.1 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/gimli/0.16.1/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gimli-0.16.1 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-7/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/gimli/0.16.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 69d732791bcef00e05a75833516e1fae659ba75c8643880e61d43a177d7d5e41 [INFO] running `"docker" "start" "-a" "69d732791bcef00e05a75833516e1fae659ba75c8643880e61d43a177d7d5e41"` [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking test-assembler v0.1.5 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Checking parity-wasm v0.31.3 [INFO] [stderr] Checking gimli v0.16.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / /// The unit type field in a unit header. [INFO] [stderr] 96 | | /// See Section 7.5.1, Table 7.2. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 97 | / dw!(DwUt(u8) { [INFO] [stderr] 98 | | DW_UT_compile = 0x01, [INFO] [stderr] 99 | | DW_UT_type = 0x02, [INFO] [stderr] 100 | | DW_UT_partial = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 105 | | DW_UT_hi_user = 0xff, [INFO] [stderr] 106 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:108:1 [INFO] [stderr] | [INFO] [stderr] 108 | / /// Section 7.24: [INFO] [stderr] 109 | | /// [INFO] [stderr] 110 | | /// > Call frame instructions are encoded in one or more bytes. The primary [INFO] [stderr] 111 | | /// > opcode is encoded in the high order two bits of the first byte (that is, [INFO] [stderr] 112 | | /// > opcode = byte >> 6). An operand or extended opcode may be encoded in the [INFO] [stderr] 113 | | /// > low order 6 bits. Additional operands are encoded in subsequent bytes. [INFO] [stderr] | |____________________________________________________________________________^ [INFO] [stderr] 114 | / dw!(DwCfa(u8) { [INFO] [stderr] 115 | | DW_CFA_advance_loc = 0x01 << 6, [INFO] [stderr] 116 | | DW_CFA_offset = 0x02 << 6, [INFO] [stderr] 117 | | DW_CFA_restore = 0x03 << 6, [INFO] [stderr] ... | [INFO] [stderr] 148 | | DW_CFA_GNU_negative_offset_extended = 0x2f, [INFO] [stderr] 149 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / /// The child determination encodings for DIE attributes. [INFO] [stderr] 152 | | /// See Section 7.5.3, Table 7.4. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 153 | / dw!(DwChildren(u8) { [INFO] [stderr] 154 | | DW_CHILDREN_no = 0, [INFO] [stderr] 155 | | DW_CHILDREN_yes = 1, [INFO] [stderr] 156 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:158:1 [INFO] [stderr] | [INFO] [stderr] 158 | / /// The tag encodings for DIE attributes. [INFO] [stderr] 159 | | /// See Section 7.5.3, Table 7.3. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 160 | / dw!(DwTag(u64) { [INFO] [stderr] 161 | | DW_TAG_null = 0x00, [INFO] [stderr] 162 | | [INFO] [stderr] 163 | | DW_TAG_array_type = 0x01, [INFO] [stderr] ... | [INFO] [stderr] 298 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, [INFO] [stderr] 299 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | / /// The attribute encodings for DIE attributes. [INFO] [stderr] 302 | | /// See Section 7.5.4, Table 7.5. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 303 | / dw!(DwAt(u64) { [INFO] [stderr] 304 | | DW_AT_null = 0x00, [INFO] [stderr] 305 | | [INFO] [stderr] 306 | | DW_AT_sibling = 0x01, [INFO] [stderr] ... | [INFO] [stderr] 603 | | DW_AT_APPLE_property = 0x3fed [INFO] [stderr] 604 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:606:1 [INFO] [stderr] | [INFO] [stderr] 606 | / /// The attribute form encodings for DIE attributes. [INFO] [stderr] 607 | | /// See Section 7.5.6, Table 7.6. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 608 | / dw!(DwForm(u64) { [INFO] [stderr] 609 | | DW_FORM_null = 0x00, [INFO] [stderr] 610 | | [INFO] [stderr] 611 | | DW_FORM_addr = 0x01, [INFO] [stderr] ... | [INFO] [stderr] 665 | | DW_FORM_GNU_strp_alt = 0x1f21 [INFO] [stderr] 666 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:668:1 [INFO] [stderr] | [INFO] [stderr] 668 | / /// The encodings of the constants used in the `DW_AT_encoding` attribute. [INFO] [stderr] 669 | | /// See Section 7.8, Table 7.11. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 670 | / dw!(DwAte(u8) { [INFO] [stderr] 671 | | DW_ATE_address = 0x01, [INFO] [stderr] 672 | | DW_ATE_boolean = 0x02, [INFO] [stderr] 673 | | DW_ATE_complex_float = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 695 | | DW_ATE_hi_user = 0xff, [INFO] [stderr] 696 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:698:1 [INFO] [stderr] | [INFO] [stderr] 698 | / /// The encodings of the constants used in location list entries. [INFO] [stderr] 699 | | /// See Section 7.7.3, Table 7.10. [INFO] [stderr] | |__________________________________^ [INFO] [stderr] 700 | / dw!(DwLle(u8) { [INFO] [stderr] 701 | | DW_LLE_end_of_list = 0x00, [INFO] [stderr] 702 | | DW_LLE_base_addressx = 0x01, [INFO] [stderr] 703 | | DW_LLE_startx_endx = 0x02, [INFO] [stderr] ... | [INFO] [stderr] 709 | | DW_LLE_start_length = 0x08, [INFO] [stderr] 710 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:712:1 [INFO] [stderr] | [INFO] [stderr] 712 | / /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. [INFO] [stderr] 713 | | /// See Section 7.8, Table 7.12. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 714 | / dw!(DwDs(u8) { [INFO] [stderr] 715 | | DW_DS_unsigned = 0x01, [INFO] [stderr] 716 | | DW_DS_leading_overpunch = 0x02, [INFO] [stderr] 717 | | DW_DS_trailing_overpunch = 0x03, [INFO] [stderr] 718 | | DW_DS_leading_separate = 0x04, [INFO] [stderr] 719 | | DW_DS_trailing_separate = 0x05, [INFO] [stderr] 720 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / /// The encodings of the constants used in the `DW_AT_endianity` attribute. [INFO] [stderr] 723 | | /// See Section 7.8, Table 7.13. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 724 | / dw!(DwEnd(u8) { [INFO] [stderr] 725 | | DW_END_default = 0x00, [INFO] [stderr] 726 | | DW_END_big = 0x01, [INFO] [stderr] 727 | | DW_END_little = 0x02, [INFO] [stderr] 728 | | DW_END_lo_user = 0x40, [INFO] [stderr] 729 | | DW_END_hi_user = 0xff, [INFO] [stderr] 730 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:732:1 [INFO] [stderr] | [INFO] [stderr] 732 | / /// The encodings of the constants used in the `DW_AT_accessibility` attribute. [INFO] [stderr] 733 | | /// See Section 7.9, Table 7.14. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 734 | / dw!(DwAccess(u8) { [INFO] [stderr] 735 | | DW_ACCESS_public = 0x01, [INFO] [stderr] 736 | | DW_ACCESS_protected = 0x02, [INFO] [stderr] 737 | | DW_ACCESS_private = 0x03, [INFO] [stderr] 738 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:740:1 [INFO] [stderr] | [INFO] [stderr] 740 | / /// The encodings of the constants used in the `DW_AT_visibility` attribute. [INFO] [stderr] 741 | | /// See Section 7.10, Table 7.15. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 742 | / dw!(DwVis(u8) { [INFO] [stderr] 743 | | DW_VIS_local = 0x01, [INFO] [stderr] 744 | | DW_VIS_exported = 0x02, [INFO] [stderr] 745 | | DW_VIS_qualified = 0x03, [INFO] [stderr] 746 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:748:1 [INFO] [stderr] | [INFO] [stderr] 748 | / /// The encodings of the constants used in the `DW_AT_virtuality` attribute. [INFO] [stderr] 749 | | /// See Section 7.11, Table 7.16. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 750 | / dw!(DwVirtuality(u8) { [INFO] [stderr] 751 | | DW_VIRTUALITY_none = 0x00, [INFO] [stderr] 752 | | DW_VIRTUALITY_virtual = 0x01, [INFO] [stderr] 753 | | DW_VIRTUALITY_pure_virtual = 0x02, [INFO] [stderr] 754 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:756:1 [INFO] [stderr] | [INFO] [stderr] 756 | / /// The encodings of the constants used in the `DW_AT_language` attribute. [INFO] [stderr] 757 | | /// See Section 7.12, Table 7.17. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 758 | / dw!(DwLang(u16) { [INFO] [stderr] 759 | | DW_LANG_C89 = 0x0001, [INFO] [stderr] 760 | | DW_LANG_C = 0x0002, [INFO] [stderr] 761 | | DW_LANG_Ada83 = 0x0003, [INFO] [stderr] ... | [INFO] [stderr] 804 | | DW_LANG_BORLAND_Delphi = 0xb000, [INFO] [stderr] 805 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:843:1 [INFO] [stderr] | [INFO] [stderr] 843 | / /// The encodings of the constants used in the `DW_AT_address_class` attribute. [INFO] [stderr] 844 | | /// There is only one value that is common to all target architectures. [INFO] [stderr] 845 | | /// See Section 7.13. [INFO] [stderr] | |_____________________^ [INFO] [stderr] 846 | / dw!(DwAddr(u64) { [INFO] [stderr] 847 | | DW_ADDR_none = 0x00, [INFO] [stderr] 848 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:850:1 [INFO] [stderr] | [INFO] [stderr] 850 | / /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. [INFO] [stderr] 851 | | /// See Section 7.14, Table 7.18. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 852 | / dw!(DwId(u8) { [INFO] [stderr] 853 | | DW_ID_case_sensitive = 0x00, [INFO] [stderr] 854 | | DW_ID_up_case = 0x01, [INFO] [stderr] 855 | | DW_ID_down_case = 0x02, [INFO] [stderr] 856 | | DW_ID_case_insensitive = 0x03, [INFO] [stderr] 857 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:859:1 [INFO] [stderr] | [INFO] [stderr] 859 | / /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. [INFO] [stderr] 860 | | /// See Section 7.15, Table 7.19. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 861 | / dw!(DwCc(u8) { [INFO] [stderr] 862 | | DW_CC_normal = 0x01, [INFO] [stderr] 863 | | DW_CC_program = 0x02, [INFO] [stderr] 864 | | DW_CC_nocall = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 868 | | DW_CC_hi_user = 0xff, [INFO] [stderr] 869 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:871:1 [INFO] [stderr] | [INFO] [stderr] 871 | / /// The encodings of the constants used in the `DW_AT_inline` attribute. [INFO] [stderr] 872 | | /// See Section 7.16, Table 7.20. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 873 | / dw!(DwInl(u8) { [INFO] [stderr] 874 | | DW_INL_not_inlined = 0x00, [INFO] [stderr] 875 | | DW_INL_inlined = 0x01, [INFO] [stderr] 876 | | DW_INL_declared_not_inlined = 0x02, [INFO] [stderr] 877 | | DW_INL_declared_inlined = 0x03, [INFO] [stderr] 878 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:880:1 [INFO] [stderr] | [INFO] [stderr] 880 | / /// The encodings of the constants used in the `DW_AT_ordering` attribute. [INFO] [stderr] 881 | | /// See Section 7.17, Table 7.17. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 882 | / dw!(DwOrd(u8) { [INFO] [stderr] 883 | | DW_ORD_row_major = 0x00, [INFO] [stderr] 884 | | DW_ORD_col_major = 0x01, [INFO] [stderr] 885 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:887:1 [INFO] [stderr] | [INFO] [stderr] 887 | / /// The encodings of the constants used in the `DW_AT_discr_list` attribute. [INFO] [stderr] 888 | | /// See Section 7.18, Table 7.22. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 889 | / dw!(DwDsc(u8) { [INFO] [stderr] 890 | | DW_DSC_label = 0x00, [INFO] [stderr] 891 | | DW_DSC_range = 0x01, [INFO] [stderr] 892 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / /// Name index attribute encodings. [INFO] [stderr] 895 | | /// See Section 7.19, Table 7.23. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 896 | / dw!(DwIdx(u16) { [INFO] [stderr] 897 | | DW_IDX_compile_unit = 1, [INFO] [stderr] 898 | | DW_IDX_type_unit = 2, [INFO] [stderr] 899 | | DW_IDX_die_offset = 3, [INFO] [stderr] ... | [INFO] [stderr] 903 | | DW_IDX_hi_user = 0x3fff, [INFO] [stderr] 904 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:906:1 [INFO] [stderr] | [INFO] [stderr] 906 | / /// The encodings of the constants used in the `DW_AT_defaulted` attribute. [INFO] [stderr] 907 | | /// See Section 7.20, Table 7.24. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 908 | / dw!(DwDefaulted(u8) { [INFO] [stderr] 909 | | DW_DEFAULTED_no = 0x00, [INFO] [stderr] 910 | | DW_DEFAULTED_in_class = 0x01, [INFO] [stderr] 911 | | DW_DEFAULTED_out_of_class = 0x02, [INFO] [stderr] 912 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:914:1 [INFO] [stderr] | [INFO] [stderr] 914 | / /// The encodings for the standard opcodes for line number information. [INFO] [stderr] 915 | | /// See Section 7.22, Table 7.25. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 916 | / dw!(DwLns(u8) { [INFO] [stderr] 917 | | DW_LNS_copy = 0x01, [INFO] [stderr] 918 | | DW_LNS_advance_pc = 0x02, [INFO] [stderr] 919 | | DW_LNS_advance_line = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 928 | | DW_LNS_set_isa = 0x0c, [INFO] [stderr] 929 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:931:1 [INFO] [stderr] | [INFO] [stderr] 931 | / /// The encodings for the extended opcodes for line number information. [INFO] [stderr] 932 | | /// See Section 7.22, Table 7.26. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 933 | / dw!(DwLne(u8) { [INFO] [stderr] 934 | | DW_LNE_end_sequence = 0x01, [INFO] [stderr] 935 | | DW_LNE_set_address = 0x02, [INFO] [stderr] 936 | | DW_LNE_define_file = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 940 | | DW_LNE_hi_user = 0xff, [INFO] [stderr] 941 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:943:1 [INFO] [stderr] | [INFO] [stderr] 943 | / /// The encodings for the line number header entry formats. [INFO] [stderr] 944 | | /// See Section 7.22, Table 7.27. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 945 | / dw!(DwLnct(u16) { [INFO] [stderr] 946 | | DW_LNCT_path = 0x1, [INFO] [stderr] 947 | | DW_LNCT_directory_index = 0x2, [INFO] [stderr] 948 | | DW_LNCT_timestamp = 0x3, [INFO] [stderr] ... | [INFO] [stderr] 952 | | DW_LNCT_hi_user = 0x3fff, [INFO] [stderr] 953 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:955:1 [INFO] [stderr] | [INFO] [stderr] 955 | / /// The encodings for macro information entry types. [INFO] [stderr] 956 | | /// See Section 7.23, Table 7.28. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 957 | / dw!(DwMacro(u8) { [INFO] [stderr] 958 | | DW_MACRO_define = 0x01, [INFO] [stderr] 959 | | DW_MACRO_undef = 0x02, [INFO] [stderr] 960 | | DW_MACRO_start_file = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 971 | | DW_MACRO_hi_user = 0xff, [INFO] [stderr] 972 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:974:1 [INFO] [stderr] | [INFO] [stderr] 974 | / /// Range list entry encoding values. [INFO] [stderr] 975 | | /// See Section 7.25, Table 7.30. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 976 | / dw!(DwRle(u8) { [INFO] [stderr] 977 | | DW_RLE_end_of_list = 0x00, [INFO] [stderr] 978 | | DW_RLE_base_addressx = 0x01, [INFO] [stderr] 979 | | DW_RLE_startx_endx = 0x02, [INFO] [stderr] ... | [INFO] [stderr] 984 | | DW_RLE_start_length = 0x07, [INFO] [stderr] 985 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:987:1 [INFO] [stderr] | [INFO] [stderr] 987 | / /// The encodings for DWARF expression operations. [INFO] [stderr] 988 | | /// See Section 7.7.1, Table 7.9. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 989 | / dw!(DwOp(u8) { [INFO] [stderr] 990 | | DW_OP_addr = 0x03, [INFO] [stderr] 991 | | DW_OP_deref = 0x06, [INFO] [stderr] 992 | | DW_OP_const1u = 0x08, [INFO] [stderr] ... | [INFO] [stderr] 1164 | | DW_OP_GNU_parameter_ref = 0xfa, [INFO] [stderr] 1165 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / /// Pointer encoding used by `.eh_frame`. The four lower bits describe the [INFO] [stderr] 1168 | | /// format of the pointer, the upper four bits describe how the encoding should [INFO] [stderr] 1169 | | /// be applied. [INFO] [stderr] 1170 | | /// [INFO] [stderr] 1171 | | /// Defined in http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/dwarfext.html [INFO] [stderr] | |_____________________________________________________________________________________________________________^ [INFO] [stderr] 1172 | / dw!(DwEhPe(u8) { [INFO] [stderr] 1173 | | // Format of pointer encoding. [INFO] [stderr] 1174 | | [INFO] [stderr] 1175 | | // "Unsigned value is encoded using the Little Endian Base 128" [INFO] [stderr] ... | [INFO] [stderr] 1219 | | DW_EH_PE_omit = 0xff, [INFO] [stderr] 1220 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Checking scroll v0.9.2 [INFO] [stderr] Checking goblin v0.0.17 [INFO] [stderr] Checking object v0.10.0 [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / /// The unit type field in a unit header. [INFO] [stderr] 96 | | /// See Section 7.5.1, Table 7.2. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 97 | / dw!(DwUt(u8) { [INFO] [stderr] 98 | | DW_UT_compile = 0x01, [INFO] [stderr] 99 | | DW_UT_type = 0x02, [INFO] [stderr] 100 | | DW_UT_partial = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 105 | | DW_UT_hi_user = 0xff, [INFO] [stderr] 106 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:108:1 [INFO] [stderr] | [INFO] [stderr] 108 | / /// Section 7.24: [INFO] [stderr] 109 | | /// [INFO] [stderr] 110 | | /// > Call frame instructions are encoded in one or more bytes. The primary [INFO] [stderr] 111 | | /// > opcode is encoded in the high order two bits of the first byte (that is, [INFO] [stderr] 112 | | /// > opcode = byte >> 6). An operand or extended opcode may be encoded in the [INFO] [stderr] 113 | | /// > low order 6 bits. Additional operands are encoded in subsequent bytes. [INFO] [stderr] | |____________________________________________________________________________^ [INFO] [stderr] 114 | / dw!(DwCfa(u8) { [INFO] [stderr] 115 | | DW_CFA_advance_loc = 0x01 << 6, [INFO] [stderr] 116 | | DW_CFA_offset = 0x02 << 6, [INFO] [stderr] 117 | | DW_CFA_restore = 0x03 << 6, [INFO] [stderr] ... | [INFO] [stderr] 148 | | DW_CFA_GNU_negative_offset_extended = 0x2f, [INFO] [stderr] 149 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / /// The child determination encodings for DIE attributes. [INFO] [stderr] 152 | | /// See Section 7.5.3, Table 7.4. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 153 | / dw!(DwChildren(u8) { [INFO] [stderr] 154 | | DW_CHILDREN_no = 0, [INFO] [stderr] 155 | | DW_CHILDREN_yes = 1, [INFO] [stderr] 156 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:158:1 [INFO] [stderr] | [INFO] [stderr] 158 | / /// The tag encodings for DIE attributes. [INFO] [stderr] 159 | | /// See Section 7.5.3, Table 7.3. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 160 | / dw!(DwTag(u64) { [INFO] [stderr] 161 | | DW_TAG_null = 0x00, [INFO] [stderr] 162 | | [INFO] [stderr] 163 | | DW_TAG_array_type = 0x01, [INFO] [stderr] ... | [INFO] [stderr] 298 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, [INFO] [stderr] 299 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | / /// The attribute encodings for DIE attributes. [INFO] [stderr] 302 | | /// See Section 7.5.4, Table 7.5. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 303 | / dw!(DwAt(u64) { [INFO] [stderr] 304 | | DW_AT_null = 0x00, [INFO] [stderr] 305 | | [INFO] [stderr] 306 | | DW_AT_sibling = 0x01, [INFO] [stderr] ... | [INFO] [stderr] 603 | | DW_AT_APPLE_property = 0x3fed [INFO] [stderr] 604 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:606:1 [INFO] [stderr] | [INFO] [stderr] 606 | / /// The attribute form encodings for DIE attributes. [INFO] [stderr] 607 | | /// See Section 7.5.6, Table 7.6. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 608 | / dw!(DwForm(u64) { [INFO] [stderr] 609 | | DW_FORM_null = 0x00, [INFO] [stderr] 610 | | [INFO] [stderr] 611 | | DW_FORM_addr = 0x01, [INFO] [stderr] ... | [INFO] [stderr] 665 | | DW_FORM_GNU_strp_alt = 0x1f21 [INFO] [stderr] 666 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:668:1 [INFO] [stderr] | [INFO] [stderr] 668 | / /// The encodings of the constants used in the `DW_AT_encoding` attribute. [INFO] [stderr] 669 | | /// See Section 7.8, Table 7.11. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 670 | / dw!(DwAte(u8) { [INFO] [stderr] 671 | | DW_ATE_address = 0x01, [INFO] [stderr] 672 | | DW_ATE_boolean = 0x02, [INFO] [stderr] 673 | | DW_ATE_complex_float = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 695 | | DW_ATE_hi_user = 0xff, [INFO] [stderr] 696 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:698:1 [INFO] [stderr] | [INFO] [stderr] 698 | / /// The encodings of the constants used in location list entries. [INFO] [stderr] 699 | | /// See Section 7.7.3, Table 7.10. [INFO] [stderr] | |__________________________________^ [INFO] [stderr] 700 | / dw!(DwLle(u8) { [INFO] [stderr] 701 | | DW_LLE_end_of_list = 0x00, [INFO] [stderr] 702 | | DW_LLE_base_addressx = 0x01, [INFO] [stderr] 703 | | DW_LLE_startx_endx = 0x02, [INFO] [stderr] ... | [INFO] [stderr] 709 | | DW_LLE_start_length = 0x08, [INFO] [stderr] 710 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:712:1 [INFO] [stderr] | [INFO] [stderr] 712 | / /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. [INFO] [stderr] 713 | | /// See Section 7.8, Table 7.12. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 714 | / dw!(DwDs(u8) { [INFO] [stderr] 715 | | DW_DS_unsigned = 0x01, [INFO] [stderr] 716 | | DW_DS_leading_overpunch = 0x02, [INFO] [stderr] 717 | | DW_DS_trailing_overpunch = 0x03, [INFO] [stderr] 718 | | DW_DS_leading_separate = 0x04, [INFO] [stderr] 719 | | DW_DS_trailing_separate = 0x05, [INFO] [stderr] 720 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / /// The encodings of the constants used in the `DW_AT_endianity` attribute. [INFO] [stderr] 723 | | /// See Section 7.8, Table 7.13. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 724 | / dw!(DwEnd(u8) { [INFO] [stderr] 725 | | DW_END_default = 0x00, [INFO] [stderr] 726 | | DW_END_big = 0x01, [INFO] [stderr] 727 | | DW_END_little = 0x02, [INFO] [stderr] 728 | | DW_END_lo_user = 0x40, [INFO] [stderr] 729 | | DW_END_hi_user = 0xff, [INFO] [stderr] 730 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:732:1 [INFO] [stderr] | [INFO] [stderr] 732 | / /// The encodings of the constants used in the `DW_AT_accessibility` attribute. [INFO] [stderr] 733 | | /// See Section 7.9, Table 7.14. [INFO] [stderr] | |________________________________^ [INFO] [stderr] 734 | / dw!(DwAccess(u8) { [INFO] [stderr] 735 | | DW_ACCESS_public = 0x01, [INFO] [stderr] 736 | | DW_ACCESS_protected = 0x02, [INFO] [stderr] 737 | | DW_ACCESS_private = 0x03, [INFO] [stderr] 738 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:740:1 [INFO] [stderr] | [INFO] [stderr] 740 | / /// The encodings of the constants used in the `DW_AT_visibility` attribute. [INFO] [stderr] 741 | | /// See Section 7.10, Table 7.15. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 742 | / dw!(DwVis(u8) { [INFO] [stderr] 743 | | DW_VIS_local = 0x01, [INFO] [stderr] 744 | | DW_VIS_exported = 0x02, [INFO] [stderr] 745 | | DW_VIS_qualified = 0x03, [INFO] [stderr] 746 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:748:1 [INFO] [stderr] | [INFO] [stderr] 748 | / /// The encodings of the constants used in the `DW_AT_virtuality` attribute. [INFO] [stderr] 749 | | /// See Section 7.11, Table 7.16. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 750 | / dw!(DwVirtuality(u8) { [INFO] [stderr] 751 | | DW_VIRTUALITY_none = 0x00, [INFO] [stderr] 752 | | DW_VIRTUALITY_virtual = 0x01, [INFO] [stderr] 753 | | DW_VIRTUALITY_pure_virtual = 0x02, [INFO] [stderr] 754 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:756:1 [INFO] [stderr] | [INFO] [stderr] 756 | / /// The encodings of the constants used in the `DW_AT_language` attribute. [INFO] [stderr] 757 | | /// See Section 7.12, Table 7.17. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 758 | / dw!(DwLang(u16) { [INFO] [stderr] 759 | | DW_LANG_C89 = 0x0001, [INFO] [stderr] 760 | | DW_LANG_C = 0x0002, [INFO] [stderr] 761 | | DW_LANG_Ada83 = 0x0003, [INFO] [stderr] ... | [INFO] [stderr] 804 | | DW_LANG_BORLAND_Delphi = 0xb000, [INFO] [stderr] 805 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:843:1 [INFO] [stderr] | [INFO] [stderr] 843 | / /// The encodings of the constants used in the `DW_AT_address_class` attribute. [INFO] [stderr] 844 | | /// There is only one value that is common to all target architectures. [INFO] [stderr] 845 | | /// See Section 7.13. [INFO] [stderr] | |_____________________^ [INFO] [stderr] 846 | / dw!(DwAddr(u64) { [INFO] [stderr] 847 | | DW_ADDR_none = 0x00, [INFO] [stderr] 848 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:850:1 [INFO] [stderr] | [INFO] [stderr] 850 | / /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. [INFO] [stderr] 851 | | /// See Section 7.14, Table 7.18. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 852 | / dw!(DwId(u8) { [INFO] [stderr] 853 | | DW_ID_case_sensitive = 0x00, [INFO] [stderr] 854 | | DW_ID_up_case = 0x01, [INFO] [stderr] 855 | | DW_ID_down_case = 0x02, [INFO] [stderr] 856 | | DW_ID_case_insensitive = 0x03, [INFO] [stderr] 857 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:859:1 [INFO] [stderr] | [INFO] [stderr] 859 | / /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. [INFO] [stderr] 860 | | /// See Section 7.15, Table 7.19. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 861 | / dw!(DwCc(u8) { [INFO] [stderr] 862 | | DW_CC_normal = 0x01, [INFO] [stderr] 863 | | DW_CC_program = 0x02, [INFO] [stderr] 864 | | DW_CC_nocall = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 868 | | DW_CC_hi_user = 0xff, [INFO] [stderr] 869 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:871:1 [INFO] [stderr] | [INFO] [stderr] 871 | / /// The encodings of the constants used in the `DW_AT_inline` attribute. [INFO] [stderr] 872 | | /// See Section 7.16, Table 7.20. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 873 | / dw!(DwInl(u8) { [INFO] [stderr] 874 | | DW_INL_not_inlined = 0x00, [INFO] [stderr] 875 | | DW_INL_inlined = 0x01, [INFO] [stderr] 876 | | DW_INL_declared_not_inlined = 0x02, [INFO] [stderr] 877 | | DW_INL_declared_inlined = 0x03, [INFO] [stderr] 878 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:880:1 [INFO] [stderr] | [INFO] [stderr] 880 | / /// The encodings of the constants used in the `DW_AT_ordering` attribute. [INFO] [stderr] 881 | | /// See Section 7.17, Table 7.17. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 882 | / dw!(DwOrd(u8) { [INFO] [stderr] 883 | | DW_ORD_row_major = 0x00, [INFO] [stderr] 884 | | DW_ORD_col_major = 0x01, [INFO] [stderr] 885 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:887:1 [INFO] [stderr] | [INFO] [stderr] 887 | / /// The encodings of the constants used in the `DW_AT_discr_list` attribute. [INFO] [stderr] 888 | | /// See Section 7.18, Table 7.22. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 889 | / dw!(DwDsc(u8) { [INFO] [stderr] 890 | | DW_DSC_label = 0x00, [INFO] [stderr] 891 | | DW_DSC_range = 0x01, [INFO] [stderr] 892 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / /// Name index attribute encodings. [INFO] [stderr] 895 | | /// See Section 7.19, Table 7.23. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 896 | / dw!(DwIdx(u16) { [INFO] [stderr] 897 | | DW_IDX_compile_unit = 1, [INFO] [stderr] 898 | | DW_IDX_type_unit = 2, [INFO] [stderr] 899 | | DW_IDX_die_offset = 3, [INFO] [stderr] ... | [INFO] [stderr] 903 | | DW_IDX_hi_user = 0x3fff, [INFO] [stderr] 904 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:906:1 [INFO] [stderr] | [INFO] [stderr] 906 | / /// The encodings of the constants used in the `DW_AT_defaulted` attribute. [INFO] [stderr] 907 | | /// See Section 7.20, Table 7.24. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 908 | / dw!(DwDefaulted(u8) { [INFO] [stderr] 909 | | DW_DEFAULTED_no = 0x00, [INFO] [stderr] 910 | | DW_DEFAULTED_in_class = 0x01, [INFO] [stderr] 911 | | DW_DEFAULTED_out_of_class = 0x02, [INFO] [stderr] 912 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:914:1 [INFO] [stderr] | [INFO] [stderr] 914 | / /// The encodings for the standard opcodes for line number information. [INFO] [stderr] 915 | | /// See Section 7.22, Table 7.25. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 916 | / dw!(DwLns(u8) { [INFO] [stderr] 917 | | DW_LNS_copy = 0x01, [INFO] [stderr] 918 | | DW_LNS_advance_pc = 0x02, [INFO] [stderr] 919 | | DW_LNS_advance_line = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 928 | | DW_LNS_set_isa = 0x0c, [INFO] [stderr] 929 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:931:1 [INFO] [stderr] | [INFO] [stderr] 931 | / /// The encodings for the extended opcodes for line number information. [INFO] [stderr] 932 | | /// See Section 7.22, Table 7.26. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 933 | / dw!(DwLne(u8) { [INFO] [stderr] 934 | | DW_LNE_end_sequence = 0x01, [INFO] [stderr] 935 | | DW_LNE_set_address = 0x02, [INFO] [stderr] 936 | | DW_LNE_define_file = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 940 | | DW_LNE_hi_user = 0xff, [INFO] [stderr] 941 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:943:1 [INFO] [stderr] | [INFO] [stderr] 943 | / /// The encodings for the line number header entry formats. [INFO] [stderr] 944 | | /// See Section 7.22, Table 7.27. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 945 | / dw!(DwLnct(u16) { [INFO] [stderr] 946 | | DW_LNCT_path = 0x1, [INFO] [stderr] 947 | | DW_LNCT_directory_index = 0x2, [INFO] [stderr] 948 | | DW_LNCT_timestamp = 0x3, [INFO] [stderr] ... | [INFO] [stderr] 952 | | DW_LNCT_hi_user = 0x3fff, [INFO] [stderr] 953 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:955:1 [INFO] [stderr] | [INFO] [stderr] 955 | / /// The encodings for macro information entry types. [INFO] [stderr] 956 | | /// See Section 7.23, Table 7.28. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 957 | / dw!(DwMacro(u8) { [INFO] [stderr] 958 | | DW_MACRO_define = 0x01, [INFO] [stderr] 959 | | DW_MACRO_undef = 0x02, [INFO] [stderr] 960 | | DW_MACRO_start_file = 0x03, [INFO] [stderr] ... | [INFO] [stderr] 971 | | DW_MACRO_hi_user = 0xff, [INFO] [stderr] 972 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:974:1 [INFO] [stderr] | [INFO] [stderr] 974 | / /// Range list entry encoding values. [INFO] [stderr] 975 | | /// See Section 7.25, Table 7.30. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 976 | / dw!(DwRle(u8) { [INFO] [stderr] 977 | | DW_RLE_end_of_list = 0x00, [INFO] [stderr] 978 | | DW_RLE_base_addressx = 0x01, [INFO] [stderr] 979 | | DW_RLE_startx_endx = 0x02, [INFO] [stderr] ... | [INFO] [stderr] 984 | | DW_RLE_start_length = 0x07, [INFO] [stderr] 985 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:987:1 [INFO] [stderr] | [INFO] [stderr] 987 | / /// The encodings for DWARF expression operations. [INFO] [stderr] 988 | | /// See Section 7.7.1, Table 7.9. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 989 | / dw!(DwOp(u8) { [INFO] [stderr] 990 | | DW_OP_addr = 0x03, [INFO] [stderr] 991 | | DW_OP_deref = 0x06, [INFO] [stderr] 992 | | DW_OP_const1u = 0x08, [INFO] [stderr] ... | [INFO] [stderr] 1164 | | DW_OP_GNU_parameter_ref = 0xfa, [INFO] [stderr] 1165 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/constants.rs:1167:1 [INFO] [stderr] | [INFO] [stderr] 1167 | / /// Pointer encoding used by `.eh_frame`. The four lower bits describe the [INFO] [stderr] 1168 | | /// format of the pointer, the upper four bits describe how the encoding should [INFO] [stderr] 1169 | | /// be applied. [INFO] [stderr] 1170 | | /// [INFO] [stderr] 1171 | | /// Defined in http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/dwarfext.html [INFO] [stderr] | |_____________________________________________________________________________________________________________^ [INFO] [stderr] 1172 | / dw!(DwEhPe(u8) { [INFO] [stderr] 1173 | | // Format of pointer encoding. [INFO] [stderr] 1174 | | [INFO] [stderr] 1175 | | // "Unsigned value is encoded using the Little Endian Base 128" [INFO] [stderr] ... | [INFO] [stderr] 1219 | | DW_EH_PE_omit = 0xff, [INFO] [stderr] 1220 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.45s [INFO] running `"docker" "inspect" "69d732791bcef00e05a75833516e1fae659ba75c8643880e61d43a177d7d5e41"` [INFO] running `"docker" "rm" "-f" "69d732791bcef00e05a75833516e1fae659ba75c8643880e61d43a177d7d5e41"` [INFO] [stdout] 69d732791bcef00e05a75833516e1fae659ba75c8643880e61d43a177d7d5e41